Open mjtrangoni opened 7 years ago
Hi @stephen-soltesz ,
I found the help text here.
Another thing I realized is that the rate metrics are not necessary. You can graph them with Grafana easier directly from counter, choosing the interval that better suits to you.
For example,
rate(nagios_forks{instance="[[nagios_instance]]"}[$interval])
Hi @stephen-soltesz,
I am testing your exporter, and realized that you are not using the Prometheus client_python library. I think this would be much better for this exporter. I am also missing the initial page pointing to
/metrics
like the other exporters do.By the way here is the output of
promtool
,Thanks!