nagios / server: don't try and check mincheck group rsyslog

We want to make sure rsyslog is running on hosts, but the mincheck
hostss are ones we don't do any nrpe checks on, so we should exclude
them from this. This is like builders or aws hosts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-02 12:56:49 -07:00
parent 8018647c49
commit bb61f0da99

View file

@ -51,7 +51,7 @@ define service {
} }
define service { define service {
hostgroup all hostgroup all, !mincheckgrp
service_description Rsyslogd Process service_description Rsyslogd Process
check_command check_by_nrpe!check_rsyslogd_proc check_command check_by_nrpe!check_rsyslogd_proc
use defaulttemplate use defaulttemplate