ansible/roles/nagios_server/files/nagios/services/ping.cfg
Kevin Fenzi 71cdddf55b nagios: move the ipv6 specific ping config to a ping-ipv6.cfg file
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-17 16:39:11 -08:00

13 lines
383 B
INI

define service {
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
service_description ICMP-Ping4-vm-builders
check_command check_ping4!1500.0,20%!2500.0,80%
use criticaltemplate
}