Exclude service from "Auto Services"

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
ContecNow
Posts: 1
Joined: Fri Nov 15, 2019 11:05 am

Exclude service from "Auto Services"

Post by ContecNow »

Hello everyone,

I've been looking for how to remove Google Update Service (gupdate) monitoring from Auto Services for several days, NAGIOS shows me a warning and I need to stop monitoring it on any of the servers that I have in my computer park.

Thanks in advance.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Exclude service from "Auto Services"

Post by benjaminsmith »

Hello @ContecNow,

You can either remove the configuration or simply disable active/passive checks for this service and leave it there.

You'll find all of the configuraiton files in the /usr/local/nagios/etc directory.

Code: Select all

active_checks_enabled	[0/1]
passive_checks_enabled	[0/1]
After making configuration changes, be sure to restart Nagios Core.

Code: Select all

systemctl restart nagios
Let us know if you have further questions.
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