]> granicus.if.org Git - icinga2/blob - test/config/5912.conf.dis
Merge pull request #6544 from gunnarbeutner/fix/deprecated-strstream-header
[icinga2] / test / config / 5912.conf.dis
1
2 apply Service "5912-ping4" {
3   import "test-generic-service"
4   check_command = "ping4"
5   host_name = "foo"
6   service_name = "bar"
7   assign where match("5912-*", host.name)
8 }
9
10 object Host "5912-server" {
11   import "test-generic-host"
12   address = "192.168.1.5",
13 }
14