some services not graphing data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
michaewlewis
Posts: 22
Joined: Wed Sep 05, 2018 11:10 am

some services not graphing data

Post by michaewlewis »

I have several services that are polling data on a regular basis but they're not graphing data for me. I've verified that they're returning actual integers, some have a multiplier flag on the command and it doesn't error out. It shows me current data but no historical data.
How do I figure out what the problem is?

Here's one of the commands that I'm having trouble with:
check_xi_service_snmp!-o .1.3.6.1.4.1.3732.4.4.3.19.0 -C readonly -P 2c -l watts -m viper_scx.mib --multiplier 0.1!!!!!!!
kg2857
Posts: 499
Joined: Wed Apr 12, 2023 5:48 pm

Re: some services not graphing data

Post by kg2857 »

Post the output of the command and check the service perfdata info under the perfdata dir, specifically the timestamps on the rrd and xml files. If the files are old remove them.
michaewlewis
Posts: 22
Joined: Wed Sep 05, 2018 11:10 am

Re: some services not graphing data

Post by michaewlewis »

[[email protected] ~]$ /usr/local/nagios/libexec/check_snmp -H 10.77.6.1 -o .1.3.6.1.4.1.3732.4.4.3.13.0 -C snmp_read -P 2c -l "Watts" -m viper_scx.mib -w 1.7 -c 2.2
SNMP OK - Watts 0.3 | Watts=0.3;1.7;2.2

Timestamps on perfdata files are current as of today. But I went ahead and deleted them for one of my hosts and it looks like it is storing data now. Do I need to do that for all of the services/hosts manually, or is there an automated way to do a multiple at the same time?
swolf

Re: some services not graphing data

Post by swolf »

Hi @michaewlewis,

As far as I know, we don't currently have a way to bulk-manage performance data files in the interface. I've filed a feature request on your behalf.

-Sebastian
Post Reply