Disable checks from running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
chicjo01
Posts: 194
Joined: Tue Jul 28, 2015 2:52 pm

Disable checks from running

Post by chicjo01 »

If I deactivate the service, why is Nagios still trying to run checks? If it continues to run checks, is there a way to prevent it besides deleting the monitor?

[1472790816] Unable to run check for service 'Windows Memory Usage' on host 'X'
[1472790818] Unable to run check for service 'Windows CPU Usage' on host 'X'
[1472790818] Unable to run check for service 'Windows Memory Usage' on host 'X'
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Disable checks from running

Post by tgriep »

After deactivating those checks in the Core Config Manager, did you save the changes and Apply the Configuration?
Also, there could be duplicate nagios processes running on your system which could cause the issue you are seeing.
To fix that, run the following as root and see if those checks stop running.

Code: Select all

service nagios stop
kllall -9 nagios
service nagios start
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
chicjo01
Posts: 194
Joined: Tue Jul 28, 2015 2:52 pm

Re: Disable checks from running

Post by chicjo01 »

I did a check again on the log, because apply configuration has been been done a few time since opening this request. I am no longer seeing the problem. This can be closed.
Locked