Page 5 of 5

Re: no performance graphs for any service

Posted: Mon Mar 28, 2011 12:48 pm
by rdedon
Okay Jon,
we have a scheduled remote session for this week that we should be able to track down the source of the issues to your system.

Re: no performance graphs for any service

Posted: Thu Mar 31, 2011 12:52 pm
by rdedon
Jon,
It looks like we got things straightened out with DNS and editing the /etc/hosts but if you have any questions or additional issues do contact us so we can help.

Thanks!

Re: no performance graphs for any service

Posted: Thu Mar 31, 2011 1:20 pm
by jon.bilderback
It does appear to be working correctly. Thanks for the help.

For others that are having this issue:
The local system name is NOT the same as what is in dns, so they had me add the dns entry to the /etc/hosts file.

Re: no performance graphs for any service

Posted: Thu Mar 31, 2011 4:45 pm
by rdedon
jon.bilderback wrote:It does appear to be working correctly. Thanks for the help.

For others that are having this issue:
The local system name is NOT the same as what is in dns, so they had me add the dns entry to the /etc/hosts file.
Glad we could assist you :-)

Re: no performance graphs for any service

Posted: Tue Apr 19, 2011 12:46 am
by nhand42
Another non-obvious solution to graphs not updating. The file /usr/local/nagios/var/perfdata.log was reporting "0 Lines processed". The reason was the 24x7 time period had been modified (user error) and the next scheduled check wasn't until tomorrow! This appeared in the logs as

Last Check: 2011-04-18 15:52:03
Next Check: 2011-04-19 15:45:08

Fixing the 24x7 time period to actually be 24x7 fixed the graphs not updating (and the checks not updating, for that matter). Take-home lesson; don't change 24x7 without double-checking.

Re: no performance graphs for any service

Posted: Tue Apr 19, 2011 9:32 am
by tonyyarusso
A good catch nhand42 :)