mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-15 09:54:24 +02:00
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
object Service "___TEST___service_$not_replaced$" {
|
|
display_name = "Service: $host.vars.not_replaced$"
|
|
vars.custom_var = "$host.vars.not_replaced$"
|
|
vars.test1 = "string"
|
|
vars.test2 = 17
|
|
vars.test3 = false
|
|
vars.test4 = {
|
|
a = [ "dict", "ionary" ]
|
|
@this = "is"
|
|
}
|
|
}
|
|
|