Page 1 of 1
NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 7:25 am
by jbennett
I removed the NRDS checks from the NRDS config on the Nagios server. I then selected and deleted those same checks from services.
The check results from 7-9 are still showig up - Last Check: 2013-07-09 09:44:54
I'm not sure where else I'm supposed to delete the items from in order to prevent them from showing up?
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 10:42 am
by abrist
Write, and then verify your configs through the CMM --> write config files option. Afterwards, check the services directory for any old config files:
Code: Select all
ls -lat /usr/local/nagios/etc/services
You are looking for any files that have an older date (probably the 9th).
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 11:18 am
by jbennett
I did as suggested and I don't see any configs that are titled the same as the ones that keep showing up.
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 12:23 pm
by lmiltchev
I'm not sure where else I'm supposed to delete the items from in order to prevent them from showing up?
Where are they showing up? Do you see them in the Unconfigured Objects? Did you remove the entries on the remote boxes (in the crontab for linux machines and Task Scheduler for Windows machines)?
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 1:24 pm
by jbennett
They are showing up under the ops Center screen as alerting. When I search Nagios for the Service name, I get all of them. That's where I can see the last checked date/time.
If I go to Tactical Overview, only one of the 3 that show up under the Ops Center show up. When I click on it and check the data, I see the following:
Code: Select all
Service State: Critical
Duration: 7d 3h 36m 8s
Service Stability: Unchanging (stable)
Last Check: 2013-07-09 09:47:24
Next Check: 1969-12-31 17:00:00
These checks do not show up in unconfigured objects.
I cannot remove the crontab from the remote machines as I still have other NRDS checks that are being sent. I HAVE removed the check from the NRDS config on the Nagios box and saved the config. If I check the current config being used in /usr/local/nrdp/clients/nrds/nrds.cfg, the specific check that I am seeing results for is no longer listed which goes along with the fact that the checks haven't had any recent results.
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 2:38 pm
by lmiltchev
Did you make sure the times are synced among these servers?
Last Check: 2013-07-09 09:47:24
Next Check: 1969-12-31 17:00:00
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 2:44 pm
by jbennett
Time is as follows on the two boxes in question -
Client:
Code: Select all
# date
Tue Jul 16 14:43:28 CDT 2013
Nagios Server:
Code: Select all
]# date
Tue Jul 16 14:43:01 CDT 2013
I have noticed that Nagios shows 1969 whenever there isn't another check scheduled. For instance, when a host has been de-activated but the host is still assigned to a host group that is active.
Re: NRDS Checks removed and deleted - still showing up
Posted: Tue Jul 16, 2013 3:41 pm
by jbennett
For some reason, after updating PHP, this issue seems to have been resolved.
*confused but ok*