Page 2 of 2
Re: Nagios XI Caching Alert Data
Posted: Wed Mar 04, 2015 10:48 am
by abrist
If you delete all the hots/service configs and then force a write , verify and apply config, do you still have the issue?
1. Go to CCM --> Write Config Files.
2. Click "Delete" and then "Write" and then "Verify".
3. If the config verifies ok, go ahead and apply config. If it does not, post the errors from verify here.
Re: Nagios XI Caching Alert Data
Posted: Thu Mar 05, 2015 3:40 am
by jstoddart
Ok, did that and verify was ok
Checking objects...
Warning: Service 'Failed Emails' on host 'STW Db - Query' has no default contacts or contactgroups defined!
Checked 734 services.
Warning: Host 'STW Db - Query' has no default contacts or contactgroups defined!
Checked 83 hosts.
Checked 14 host groups.
Checked 0 service groups.
Warning: Host recovery notification option for contact 'nagiosadmin' doesn't make any sense - specify down and/or unreachable options as well
Warning: Service recovery notification option for contact 'nagiosadmin' doesn't make any sense - specify critical and/or warning options as well
Checked 21 contacts.
Checked 4 contact groups.
Checked 127 commands.
Checked 25 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 83 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 25 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 4
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
Still have the same issue and the Barnsley host is still appearing
Re: Nagios XI Caching Alert Data
Posted: Thu Mar 05, 2015 4:10 pm
by lmiltchev
It's possible that you have multiple instances of nagios or ndo running. Try stopping/starting services:
Code: Select all
service nagios stop
killall nagios
service ndo2db stop
killall ndo2db
service ndo2db start
service nagios start
Let us know if this solved your issue.
Re: Nagios XI Caching Alert Data
Posted: Thu Mar 05, 2015 4:22 pm
by jstoddart
That looks to have resolved it

Thankyou
How does the server get in that state and what would you recommend as the best solution for it?
Re: Nagios XI Caching Alert Data
Posted: Thu Mar 05, 2015 4:46 pm
by lmiltchev
I suppose nagios didn't restart properly for some reason. Anyway, I am glad the issue was resolved. I am locking this topic. If you have any more issues/questions, please start a new thread. Thanks!