diff --git a/monitoring/icinga2/conf.d/hosts/switches/receptionsw.conf b/monitoring/icinga2/conf.d/hosts/switches/receptionsw.conf index c7c925c..abff8f1 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/receptionsw.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/receptionsw.conf @@ -51,8 +51,8 @@ object Host "receptionsw.openfest.org" { } - vars.snmp_ifaces [ "gigabitEthernet 1/0/0" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.1" + vars.snmp_ifaces [ "gigabitEthernet 1/0/9" ] = { + OID = "1.3.6.1.2.1.2.2.1.8.9" value = "2" } diff --git a/monitoring/icinga2/conf.d/hosts/switches/teamsw.conf b/monitoring/icinga2/conf.d/hosts/switches/teamsw.conf index 7a4586a..fd76535 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/teamsw.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/teamsw.conf @@ -51,8 +51,8 @@ object Host "teamsw.openfest.org" { } - vars.snmp_ifaces [ "gigabitEthernet 1/0/0" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.1" + vars.snmp_ifaces [ "gigabitEthernet 1/0/9" ] = { + OID = "1.3.6.1.2.1.2.2.1.8.9" value = "2" } diff --git a/monitoring/icinga2/conf.d/hosts/switches/vocsw-A.conf b/monitoring/icinga2/conf.d/hosts/switches/vocsw-A.conf index 13e13b6..c58eaad 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/vocsw-A.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/vocsw-A.conf @@ -51,7 +51,7 @@ object Host "vocsw-A.openfest.org" { vars.snmp_ifaces [ "gigabitEthernet 1/0/9" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.1" + OID = "1.3.6.1.2.1.2.2.1.8.9" value = "2" } diff --git a/monitoring/icinga2/conf.d/hosts/switches/vocsw-B.conf b/monitoring/icinga2/conf.d/hosts/switches/vocsw-B.conf index 7c33e17..6745064 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/vocsw-B.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/vocsw-B.conf @@ -51,7 +51,7 @@ object Host "vocsw-B.openfest.org" { vars.snmp_ifaces [ "gigabitEthernet 1/0/9" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.1" + OID = "1.3.6.1.2.1.2.2.1.8.9" value = "2" } diff --git a/monitoring/icinga2/conf.d/hosts/switches/vocsw-C.conf b/monitoring/icinga2/conf.d/hosts/switches/vocsw-C.conf index 1cebede..761b307 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/vocsw-C.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/vocsw-C.conf @@ -52,7 +52,7 @@ object Host "vocsw-C.openfest.org" { vars.snmp_ifaces [ "gigabitEthernet 1/0/9" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.1" + OID = "1.3.6.1.2.1.2.2.1.8.9" value = "2" } diff --git a/monitoring/icinga2/conf.d/hosts/switches/vocsw-D.conf b/monitoring/icinga2/conf.d/hosts/switches/vocsw-D.conf index 6f72282..59d889c 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/vocsw-D.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/vocsw-D.conf @@ -52,7 +52,7 @@ object Host "vocsw-D.openfest.org" { vars.snmp_ifaces [ "gigabitEthernet 1/0/9" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.1" + OID = "1.3.6.1.2.1.2.2.1.8.9" value = "2" }