Graphite-PowerShell-Functions icon indicating copy to clipboard operation
Graphite-PowerShell-Functions copied to clipboard

A group of PowerShell functions that allow you to send Windows Performance counters to a Graphite Server, all configurable from a simple XML file.

Results 16 Graphite-PowerShell-Functions issues
Sort by recently updated
recently updated
newest added

I am trying to add various metrics for our different windows machines. For example. But all I am getting back from our 2012 server is: VERBOSE: Metric Received: My.server.hdd.s-drive.diskbytes-sec 0...

Fix for #59 I've just copied the DateTime conversaion that is used in Send-BulkGraphiteMetrics

The conversion from DateTime to Unix time is broken ``` powershell >Send-GraphiteMetric -CarbonServer 127.0.0.1 -MetricPath 'test' -MetricValue 123 -DateTime (Get-Date) Send-GraphiteMetric : Cannot convert value "24/05/2016 09:38:46" to type "System.UInt64"....

First wanted to say this is an amazing script, many thanks for making it. I just wanted to check whether you were thinking of adding some additional functionality where previously...

I'm looking to add additional servers to gather metrics to dump into Carbon/Graphite. Do I create an additional config xml?

Hi Matt, It seems that the module doesn't works fine in Powershell v2.0 because of the method IsNullOrWhitespace and others, could that to be fixed or add a copy of...

Hi there im wanting to monitor metrics from a fairly busy web app hosted on an IIS box. I came across this which is great but the script takes about...

enhancement

When trying to use the counter: I get the following error: Get-Counter : The specified object was not found on the computer. At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\Graphite-PowerShell\Functions\Start-StatsToGraphite.ps1:119 char:28 - $collections = Get-Counter -Counter...

Thanks a lot for a great project! I found some issues with it though: --> I was getting no such method Dispose() on Windows 2008 with PowerShell 2.0 installed here:...

I have an issue where the metrics that are collected for CPU processor time differing from running get-counter cmdlet. I can have the Start-StatsToGraphite running in a console side-by-side to...