MattHodge / Graphite-PowerShell-Functions

A group of PowerShell functions that allow you to send Windows Performance counters to a Graphite Server, all configurable from a simple XML file.
https://hodgkins.io/using-powershell-to-send-metrics-graphite
GNU General Public License v3.0
218 stars 71 forks source link

Update Start-StatsToGraphite.ps1 #36

Closed jonasbson closed 9 years ago

jonasbson commented 9 years ago

Move $sameplepath declaration outside if-loop, so that it is set also when verbose=false in config-file.

MattHodge commented 9 years ago

Thanks for pointing this out. I have fixed this in another way :)