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:
parent
8018647c49
commit
bb61f0da99
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
hostgroup all
|
||||
hostgroup all, !mincheckgrp
|
||||
service_description Rsyslogd Process
|
||||
check_command check_by_nrpe!check_rsyslogd_proc
|
||||
use defaulttemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue