From d5d40bbd902892cdc33f5388091717a13e79be80 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov <5081863+zeridon@users.noreply.github.com> Date: Wed, 30 Oct 2019 00:34:14 +0200 Subject: [PATCH] fix port 9 --- monitoring/icinga2/conf.d/hosts/switches/receptionsw.conf | 4 ++-- monitoring/icinga2/conf.d/hosts/switches/teamsw.conf | 4 ++-- monitoring/icinga2/conf.d/hosts/switches/vocsw-A.conf | 2 +- monitoring/icinga2/conf.d/hosts/switches/vocsw-B.conf | 2 +- monitoring/icinga2/conf.d/hosts/switches/vocsw-C.conf | 2 +- monitoring/icinga2/conf.d/hosts/switches/vocsw-D.conf | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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" }