You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: