shawn-sterling / graphios

A program to send nagios perf data to graphite (carbon) / statsd / librato / influxdb
288 stars 100 forks source link

Still don't see metrics despite successful submission to carbon > blueflood #132

Open ethan-riskiq opened 7 years ago

ethan-riskiq commented 7 years ago

I'm currently running graphios with use_service_desc = True and metric_base_path = mon1.nagios (since I want to "firehose" all services into my carbon backend. I see it connecting and processing metrics in the logs:

December 21 15:47:32 graphios_backends.py DEBUG Connecting to carbon at carbon.foo.bar:2103 December 21 15:47:32 graphios_backends.py DEBUG connected December 21 15:47:32 graphios.py DEBUG deleted /var/spool/nagios/graphios/host-perfdata.1482364045 December 21 15:47:32 graphios.py INFO Processed 2 files (34 metrics) in /var/spool/nagios/graphios December 21 15:47:32 graphios.py DEBUG graphios sleeping.

my metrics collection stack consists of a carbon-relay-ng server which uses blueflood to store metrics (both are on the same host). Is this method of datastore supported for graphios?

aedahl-zz commented 7 years ago

Blueflood does not appear on the list of backends that graphios supports.