add ping service

This commit is contained in:
Marco Kohn 2025-03-23 21:29:44 +01:00
parent 0027fb0a74
commit 2100809f60

View File

@ -0,0 +1,15 @@
apply Service "ping4" {
import "generic-service"
check_command = "ping4"
assign where host.address && !host.vars.external
}
apply Service "ping6" {
import "generic-service"
check_command = "ping6"
assign where host.address6
}