Page 2 of 2

Re: Some performance graphs not working after upgrade

Posted: Fri May 30, 2014 10:01 am
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

Re: Some performance graphs not working after upgrade

Posted: Fri May 30, 2014 2:07 pm
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

Re: Some performance graphs not working after upgrade

Posted: Tue Jun 03, 2014 12:39 pm
by btemple
It appears I do not have a perfdata.log on this system. Attached is the results of the other log

Re: Some performance graphs not working after upgrade

Posted: Tue Jun 03, 2014 12:50 pm
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.

Re: Some performance graphs not working after upgrade

Posted: Tue Jun 03, 2014 1:06 pm
by btemple
Like this ?

Re: Some performance graphs not working after upgrade

Posted: Tue Jun 03, 2014 1:09 pm
by scottwilkerson
That looks correct.

Re: Some performance graphs not working after upgrade

Posted: Tue Jun 03, 2014 1:10 pm
by btemple
That was it thanks !