mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
apply Service "___TEST___service" {
|
|
display_name = "Whatever service"
|
|
assign where match("127.*", host.address) || host.vars.env == "test"
|
|
vars.test1 = "string"
|
|
vars.test2 = 17
|
|
vars.test3 = false
|
|
vars.test4 = {
|
|
a = [ "dict", "ionary" ]
|
|
@this = "is"
|
|
}
|
|
|
|
import DirectorOverrideTemplate
|
|
}
|
|
|