mirror of https://github.com/Icinga/icinga2.git
15 lines
263 B
Plaintext
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",
|
||
|
}
|
||
|
|