dotfiles/vim/bundle/icinga2/test/config/5912.conf.dis
2016-09-13 22:42:14 +02:00

15 lines
263 B
Plaintext

apply Service "5912-ping4" {
import "test-generic-service"
check_command = "ping4"
host_name = "foo"
service_name = "bar"
assign where match("5912-*", host.name)
}
object Host "5912-server" {
import "test-generic-host"
address = "192.168.1.5",
}