blob: 0366b06a5e1323ea22d9364b60bca63c0874a9fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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",
}
|