Some performance graphs not working after upgrade
Re: Some performance graphs not working after upgrade
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.
Re: Some performance graphs not working after upgrade
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.logFormer 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.
"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.
Re: Some performance graphs not working after upgrade
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
The bottom graph from this post
http://support.nagios.com/forum/viewtop ... 26#p100118
now shows
This is the label and is required.
http://support.nagios.com/forum/viewtop ... 26#p100118
now shows
As Box293 pointed outPerformance Data: =40C;100;120;
There should be something to the left of the =Code: Select all
This is the expected format: 'label'=value[UOM];[warn];[crit];[min];[max]
This is the label and is required.
Re: Some performance graphs not working after upgrade
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
That looks correct.
Re: Some performance graphs not working after upgrade
That was it thanks !