New service graphs are not being generated

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
macranes
Posts: 30
Joined: Fri Nov 05, 2010 7:20 am

New service graphs are not being generated

Post by macranes »

Yesterday I added a new snmp host to our monitoring. We are currently getting the .rrd and .xml files generated for the host, which generates a graph - however the services are not generating any files - despite returning valid data.

I have cloned, and then removed and re-created this host, however I am still not getting any graph data. Other pre-existing services for various hosts are still graphing properly.

My npcd.log doesn't seem to indicate any errors in gathering or generating this data.

Any insight into my issue would be appreciated.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: New service graphs are not being generated

Post by scottwilkerson »

Can you show us the perfdata section of the Advanced tab for one of the services on this host that isn't graphing?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
macranes
Posts: 30
Joined: Fri Nov 05, 2010 7:20 am

Re: New service graphs are not being generated

Post by macranes »

Here's one of them. Three are temperature monitors, and two are Humidity. I can attach the others if it would be helpful.

Temperature=8621hundredths of a degree Fahrenheit;9000;10000;
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: New service graphs are not being generated

Post by scottwilkerson »

macranes wrote:

Code: Select all

Temperature=8621hundredths of a degree Fahrenheit;9000;10000;
That is not valid performance data, your UOM cannot have spaces like that

See #10 in this section of the development guidelines
https://nagios-plugins.org/doc/guidelines.html#AEN200
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
macranes
Posts: 30
Joined: Fri Nov 05, 2010 7:20 am

Re: New service graphs are not being generated

Post by macranes »

Thank you! I replaced the spaces in the unit with underscores, and that got us up and running. My graphs are now starting to populate.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: New service graphs are not being generated

Post by scottwilkerson »

Glad to hear it is up and running
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked