add the phones

This commit is contained in:
Vladimir Vitkov 2019-10-30 03:50:51 +02:00
parent fa6aeb75f5
commit 318831c063
7 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,13 @@
object Host "phone-B" {
import "generic-host"
address = "phone-B"
vars.groups = [ "phone" ]
vars.parent = "vocsw-B.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}

View File

@ -0,0 +1,13 @@
object Host "phone-C" {
import "generic-host"
address = "phone-C"
vars.groups = [ "phone" ]
vars.parent = "vocsw-C.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}

View File

@ -0,0 +1,13 @@
object Host "phone-D" {
import "generic-host"
address = "phone-D"
vars.groups = [ "phone" ]
vars.parent = "vocsw-D.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}

View File

@ -0,0 +1,13 @@
object Host "phone-noc-1" {
import "generic-host"
address = "phone-noc-1"
vars.groups = [ "phone" ]
vars.parent = "nocsw.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}

View File

@ -0,0 +1,13 @@
object Host "phone-noc-2" {
import "generic-host"
address = "phone-noc-2"
vars.groups = [ "phone" ]
vars.parent = "nocsw.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}

View File

@ -0,0 +1,13 @@
object Host "phone-reception" {
import "generic-host"
address = "phone-reception"
vars.groups = [ "phone" ]
vars.parent = "receptionsw.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}

View File

@ -0,0 +1,13 @@
object Host "phone-team" {
import "generic-host"
address = "phone-team"
vars.groups = [ "phone" ]
vars.parent = "teamsw.openfest.org"
# check_command = "xxx_health"
# vars.extra_port_check = ""
# vars.specification = "vocsw"
}