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.
no performance graphs for any service
Re: no performance graphs for any service
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!
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!
-
jon.bilderback
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: no performance graphs for any service
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.
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
Glad we could assist youjon.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.
Re: no performance graphs for any service
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.
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.
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: no performance graphs for any service
A good catch nhand42 