graphios icon indicating copy to clipboard operation
graphios copied to clipboard

A program to send nagios perf data to graphite (carbon) / statsd / librato / influxdb

Results 47 graphios issues
Sort by recently updated
recently updated
newest added

``` Failed to send metrics to InfluxDB. Status code: 400: {"error":"partial write:\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=C:\\ value=38.92 1473986586000000000': invalid tag format\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=F:\\ value=78.45 1473986586000000000': invalid tag format\nunable to parse...

https://github.com/shawn-sterling/graphios/blob/master/graphios.py#L97 ``` parser.add_option("--backend", dest="backend", default="stdout", help="sets which storage backend to use of(carbon, statsd, librato)") ``` note no influxdb https://github.com/shawn-sterling/graphios/blob/master/graphios.py#L303

Apologies for posting this under issues - tried looking for a graphios users group but couldn't find any. I am currently using graphios with check_mk metrics and it works great...

Hi. I am setting up graphios (cloned from github on Jul 15 and installed using python setup.py install) with the intention of using influxdb and grafana. Graphios is collecting the...

Hi. Is it possible to use opentsdb as a backend, Any pointers would be great. thanks

I am using OMD (Check_mk) with graphios, and able to send the metrics to carbon/graphite. I am also trying to use grafana for graphing the metrics, and I feel it...

Where I work, we monitor several windows hosts and we need that the perfdata information to make graphics dashboards on Grafana. So I've made a little fix on the code...

Upon further reading, backends like influxdb 0.9 can support spaces and other characters that things like graphite can't. It would be useful to have the metric/tag manipulation done in each...