we forgot to commit this from early on
This commit is contained in:
parent
a52c8711ac
commit
7b3433a633
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,14 @@
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name all
|
hostgroup_name all
|
||||||
service_description ICMP Ping
|
service_description ICMP Ping4
|
||||||
check_command check_ping!350.0,20%!500.0,60%
|
check_command check_ping4!350.0,20%!500.0,60%
|
||||||
|
use criticaltemplate
|
||||||
|
}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
hostgroup_name all
|
||||||
|
service_description ICMP Ping6
|
||||||
|
check_command check_ping6!350.0,20%!500.0,60%
|
||||||
use criticaltemplate
|
use criticaltemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue