summaryrefslogtreecommitdiffstats
path: root/test/config/6608.conf
blob: e24d4c8ba1ee4689422f946bf81c3d25dd02bd0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
object Host "6608-host" {
  import "test-generic-host"
  vars.BUMSTI = "keks"
  vars.bumsti = "schaschlik"
}

object Service "6608-service" {
  import "test-generic-service"
  check_command = "dummy"
  host_name = "6608-host"
  vars.DINGDONG = "$BUMSTI$"
  vars.dingdong = "$bumsti$"
}