graphios
graphios copied to clipboard
A program to send nagios perf data to graphite (carbon) / statsd / librato / influxdb
Given the format of perf data: 'label'=value[UOM];[warn];[crit];[min];[max] as described in the [plugin guidelines](https://www.monitoring-plugins.org/doc/guidelines.html#AEN200)... I have a few questions/issues. 1. Labels with single quotes and/or spaces have varying results. - This...
Shawn: If acceptable, this includes hostname and servicedesc in one of the log messages inside of process_log(). I found this immensely helpful when troubleshooting some homegrown nagios plugin outputs.
Should fix issue 99 and 100
Using a config management tool like puppet, cfengine, etc doesn't work when using the provided init script: sudo: sorry, you must have a tty to run sudo I suggest using...
We start the process as /usr/bin/graphios, then try to kill graphios.py. The process shows up like this: nagios 6138 6137 0 15:25 pts/0 00:00:00 /usr/bin/python -tt /usr/bin/graphios So obviously this...
Hello everybody, first I will say a fantastic and good project. I have a question for modifying the output from graphios to graphite. I use some nagios instances to check...
Can you please point me out in which file do I need to introduce this variable to have global prefix.
Love the project by the way. However, a lot of my perfdata comes from windows boxes and NSClient++ which spits back nasty perfdata UOM strings. raws[0] and raws[1] in the...
It would be great if you could mention in the README that pruning the files in the spool directory would be a good idea. My predecessor here clearly forgot, and...
it would be nice to be able to set a "global" prefix in the cfg file... ie. ``` ini [graphios] global_prefix = 'graphios' ``` which would then result in all...