How to create graphs on services?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
morganmiskell
Posts: 7
Joined: Thu May 23, 2019 4:21 pm

How to create graphs on services?

Post by morganmiskell »

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?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to create graphs on services?

Post by lmiltchev »

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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked