ansible/roles/nagios_server/files/nagios/services/raid.cfg
Rick Elrod 110ff0c648 nagios: comment out retrace stuff for now
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-06-20 18:39:58 -05:00

16 lines
469 B
INI

# Special-case this so it can use retracetemplate.
# TODO: uncomment when retrace is moved
#define service {
# hostgroup_name retrace
# service_description Check_Raid
# check_command check_by_nrpe!check_raid
# use retracetemplate
#}
# Everything else uses this group.
define service {
hostgroup_name CheckRaid
service_description Check_Raid
check_command check_by_nrpe!check_raid
use lighttemplate
}