remove _stg so nagios works

This commit is contained in:
Stephen Smoogen 2020-06-08 10:29:30 -04:00
parent 4579e99d51
commit ca39f67ed6

View file

@ -1,21 +1,14 @@
define service {
hostgroup_name all,!no_ping, !buildvm_armv7, !buildvm_s390x, !buildvm_s390x_stg
hostgroup_name all,!no_ping, !buildvm_armv7, !buildvm_s390x
service_description ICMP-Ping4
check_command check_ping4!350.0,20%!500.0,60%
use criticaltemplate
}
define service {
hostgroup_name buildvm_armv7, buildvm_s390x, buildvm_s390x_stg
hostgroup_name buildvm_armv7, buildvm_s390x
service_description ICMP-Ping4-vm-builders
check_command check_ping4!1500.0,20%!2500.0,80%
use criticaltemplate
}
# define service {
# hostgroup_name all
# service_description ICMP-Ping6
# check_command check_ping6!350.0,20%!500.0,60%
# use criticaltemplate
# }