icingaweb2-module-director/test/php/library/Director/Objects/rendered/service2.out

15 lines
317 B
Plaintext

apply Service "___TEST___service" {
display_name = "Whatever service"
vars.test1 = "string"
vars.test2 = 17
vars.test3 = false
vars.test4 = {
"a" = [ "dict", "ionary" ]
"this" = "is"
}
assign where match("128.*", host.address)
ignore where host.name == "localhost"
}