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.
New service graphs are not being generated
-
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
Can you show us the perfdata section of the Advanced tab for one of the services on this host that isn't graphing?
Re: New service graphs are not being generated
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;
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
That is not valid performance data, your UOM cannot have spaces like thatmacranes wrote:Code: Select all
Temperature=8621hundredths of a degree Fahrenheit;9000;10000;
See #10 in this section of the development guidelines
https://nagios-plugins.org/doc/guidelines.html#AEN200
Re: New service graphs are not being generated
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
Glad to hear it is up and running