mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-13 17:04:25 +02:00
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
object Host "___TEST___host" {
|
|
import "___TEST___parent"
|
|
|
|
display_name = "Whatever"
|
|
address = "127.0.0.127"
|
|
vars.test1 = "nada"
|
|
vars.test2 = 17
|
|
vars.test3 = false
|
|
vars.test4 = {
|
|
a = [ "dict", "ionary" ]
|
|
@this = "is"
|
|
}
|
|
}
|
|
|