how to remove service check from Monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Pratapa
Posts: 150
Joined: Tue Oct 01, 2019 1:33 am

how to remove service check from Monitoring

Post 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.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: how to remove service check from Monitoring

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked