2019-07-18 19:31:04 +00:00
|
|
|
# Special-case this so it can use retracetemplate.
|
2020-06-20 18:39:58 -05:00
|
|
|
# TODO: uncomment when retrace is moved
|
|
|
|
#define service {
|
|
|
|
# hostgroup_name retrace
|
|
|
|
# service_description Check_Raid
|
|
|
|
# check_command check_by_nrpe!check_raid
|
|
|
|
# use retracetemplate
|
|
|
|
#}
|
2017-01-05 00:55:16 +00:00
|
|
|
|
2019-07-18 19:31:04 +00:00
|
|
|
# Everything else uses this group.
|
2017-01-05 00:55:16 +00:00
|
|
|
define service {
|
2019-07-18 19:31:04 +00:00
|
|
|
hostgroup_name CheckRaid
|
2017-01-09 23:16:23 +00:00
|
|
|
service_description Check_Raid
|
2017-01-05 00:55:16 +00:00
|
|
|
check_command check_by_nrpe!check_raid
|
2019-07-18 19:31:04 +00:00
|
|
|
use lighttemplate
|
2017-01-05 00:55:16 +00:00
|
|
|
}
|