Page 1 of 1

Exclude service from "Auto Services"

Posted: Fri Nov 15, 2019 11:30 am
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.

Re: Exclude service from "Auto Services"

Posted: Fri Nov 15, 2019 3:26 pm
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.