How to create graphs on services?
-
morganmiskell
- Posts: 7
- Joined: Thu May 23, 2019 4:21 pm
How to create graphs on services?
Hi, I've done some light google searching and I've not found anything. I have a bunch of services that are monitoring numeric responses that I'd like to generate graphs in the nagios interface. For example, the disk space monitor program automatically generates utilization graphs. How would I create the same capability within a custom hand written monitor?
Re: How to create graphs on services?
You could follow the Nagios Plugins Guidelines, in order to write your custom plugin in a way that it would return perfdata. Learn more about the performance data required formatting here:
https://nagios-plugins.org/doc/guidelines.html#AEN200
https://nagios-plugins.org/doc/guidelines.html#AEN200
Be sure to check out our Knowledgebase for helpful articles and solutions!