we forgot to commit this from early on

This commit is contained in:
Stephen Smoogen 2017-01-09 02:30:48 +00:00
parent a52c8711ac
commit 7b3433a633

View file

@ -1,7 +1,14 @@
define service {
hostgroup_name all
service_description ICMP Ping
check_command check_ping!350.0,20%!500.0,60%
service_description ICMP Ping4
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
}