Page 1 of 1

how to remove service check from Monitoring

Posted: Tue Apr 28, 2020 6:01 am
by Pratapa
We need to remove service check "Swap" on one of the hosts.

But this service check has come by default upon configuring the host.

We are using Nagios core.

Re: how to remove service check from Monitoring

Posted: Tue Apr 28, 2020 3:26 pm
by benjaminsmith
Hi Pratapa,

Not exactly sure how you have the templates and configurations set, but if you can't delete the service, one option is to leave it there and disable checks in the object definition.

Code: Select all

active_checks_enabled	0
passive_checks_enabled	0
I hope that helps.