add the phones
This commit is contained in:
parent
fa6aeb75f5
commit
318831c063
|
@ -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"
|
||||
|
||||
}
|
|
@ -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"
|
||||
|
||||
}
|
|
@ -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"
|
||||
|
||||
}
|
|
@ -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"
|
||||
|
||||
}
|
|
@ -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"
|
||||
|
||||
}
|
|
@ -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"
|
||||
|
||||
}
|
|
@ -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"
|
||||
|
||||
}
|
Loading…
Reference in New Issue