From df048d8f8b43881efd231c857ae944386c540ffb Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Nov 2019 22:53:53 +0200 Subject: [PATCH] A couple of changes in the core switch ports --- monitoring/icinga2/conf.d/hosts/switches/coresw.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/monitoring/icinga2/conf.d/hosts/switches/coresw.conf b/monitoring/icinga2/conf.d/hosts/switches/coresw.conf index 7813dcb..2cb448b 100644 --- a/monitoring/icinga2/conf.d/hosts/switches/coresw.conf +++ b/monitoring/icinga2/conf.d/hosts/switches/coresw.conf @@ -29,7 +29,7 @@ object Host "coresw.openfest.org" { # vin/backup vars.snmp_ifaces [ "GigabitEthernet1/0/3" ] = { OID = "1.3.6.1.2.1.2.2.1.8.10103" - value = "1" + value = "1|2" } # aps @@ -134,6 +134,11 @@ object Host "coresw.openfest.org" { OID = "1.3.6.1.2.1.2.2.1.8.10150" value = "1" } + # ups + vars.snmp_ifaces [ "GigabitEthernet1/0/41" ] = { + OID = "1.3.6.1.2.1.2.2.1.8.10141" + value = "1" + } # down vars.snmp_ifaces [ "TenGigabitEthernet1/0/1" ] = { @@ -217,10 +222,6 @@ object Host "coresw.openfest.org" { OID = "1.3.6.1.2.1.2.2.1.8.10140" value = "2" } - vars.snmp_ifaces [ "GigabitEthernet1/0/41" ] = { - OID = "1.3.6.1.2.1.2.2.1.8.10141" - value = "2" - } vars.snmp_ifaces [ "GigabitEthernet1/0/42" ] = { OID = "1.3.6.1.2.1.2.2.1.8.10142" value = "2"