diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-b.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-b.conf new file mode 100644 index 0000000..eb23220 --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-b.conf @@ -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" + +} diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-c.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-c.conf new file mode 100644 index 0000000..4138665 --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-c.conf @@ -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" + +} diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-d.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-d.conf new file mode 100644 index 0000000..15d828d --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-d.conf @@ -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" + +} diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-noc-1.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-noc-1.conf new file mode 100644 index 0000000..c355963 --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-noc-1.conf @@ -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" + +} diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-noc-2.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-noc-2.conf new file mode 100644 index 0000000..b9a4409 --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-noc-2.conf @@ -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" + +} diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-reception.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-reception.conf new file mode 100644 index 0000000..1a1ce2e --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-reception.conf @@ -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" + +} diff --git a/monitoring/icinga2/conf.d/hosts/phones/phone-team.conf b/monitoring/icinga2/conf.d/hosts/phones/phone-team.conf new file mode 100644 index 0000000..2c39d95 --- /dev/null +++ b/monitoring/icinga2/conf.d/hosts/phones/phone-team.conf @@ -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" + +}