remove _stg so nagios works
This commit is contained in:
parent
4579e99d51
commit
ca39f67ed6
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
# }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue