add ping service
This commit is contained in:
parent
0027fb0a74
commit
2100809f60
15
zones.d/master/git/base-services.conf
Normal file
15
zones.d/master/git/base-services.conf
Normal 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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user