Some performance graphs not working after upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

Re: Some performance graphs not working after upgrade

Post by btemple »

Here is a look at the actual files they consistently quit updating after the upgrade. I use the same check for cpu memory and temperature with a unique oid
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Some performance graphs not working after upgrade

Post by abrist »

Schedule an immediate check for one of the broken services and then post new tails for the logs:

Code: Select all

tail -50 /usr/local/nagios/var/npcd.log
tail -50 /usr/local/nagios/var/perfdata.log
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

Re: Some performance graphs not working after upgrade

Post by btemple »

It appears I do not have a perfdata.log on this system. Attached is the results of the other log
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Some performance graphs not working after upgrade

Post by scottwilkerson »

The bottom graph from this post
http://support.nagios.com/forum/viewtop ... 26#p100118
now shows
Performance Data: =40C;100;120;
As Box293 pointed out

Code: Select all

This is the expected format:
    'label'=value[UOM];[warn];[crit];[min];[max]
There should be something to the left of the =

This is the label and is required.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

Re: Some performance graphs not working after upgrade

Post by btemple »

Like this ?
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Some performance graphs not working after upgrade

Post by scottwilkerson »

That looks correct.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

Re: Some performance graphs not working after upgrade

Post by btemple »

That was it thanks !
Locked