We are receiving host notifications even after deleting hosts configuration.
Thanks
Sujith
Host/Service Notifications sent even after deleting host
Re: Host/Service Notifications sent even after deleting hos
Did you apply configuration after deleting the host from the Core Config Manager?
Former Nagios Employee
Re: Host/Service Notifications sent even after deleting hos
Yes, multiple times.
Re: Host/Service Notifications sent even after deleting hos
Got it, let's try a delete / write / verify. Navigate to Configure -> Core Config Manager -> Under 'Tools' look for 'Write Config Files' -> Then run 'Delete all ....', followed by 'Write Configs ....', and finally 'Verify Configuration'. Once this has completed, apply configuration and the issue should be resolved.
If it's not, please post the full output of ps -aef
If it's not, please post the full output of ps -aef
Former Nagios Employee
Re: Host/Service Notifications sent even after deleting hos
Do we not loose any config by doing a delete ?. A little worried.
Re: Host/Service Notifications sent even after deleting hos
I get the following error on verify in red color. but at the end of the report it says everything looks ok. Contradicting.
Error: Could not find a service matching host name 'WMS Gateway' and description 'Memory Usage' (config file '/usr/local/nagios/etc/servicegroups.cfg', starting on line 56)
Total Warnings: 157
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
Error: Could not find a service matching host name 'WMS Gateway' and description 'Memory Usage' (config file '/usr/local/nagios/etc/servicegroups.cfg', starting on line 56)
Total Warnings: 157
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
Re: Host/Service Notifications sent even after deleting hos
This only deletes your configuration files, everything is still stored in SQL which is where they will rewrite from. You will not lose any data.sujitt wrote:Do we not loose any config by doing a delete ?. A little worried.
Regarding this -
Code: Select all
Error: Could not find a service matching host name 'WMS Gateway' and description 'Memory Usage' (config file '/usr/local/nagios/etc/servicegroups.cfg', starting on line 56)
Former Nagios Employee