From cf4837f121b0a981784ed836990581ee92c96836 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 16 Sep 2026 15:30:53 +0200 Subject: [PATCH] Changed SNMP Firewall sensors to HC 64bit --- sensors.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sensors.yaml b/sensors.yaml index d583c8b..2f72bdf 100644 --- a/sensors.yaml +++ b/sensors.yaml @@ -11,7 +11,8 @@ host: !secret router_ip community: !secret router_community # baseoid: .1.3.6.1.2.1.31.1.1.1.6.511 - baseoid: .1.3.6.1.2.1.2.2.1.10.12 +# baseoid: .1.3.6.1.2.1.2.2.1.10.12 + baseoid: .1.3.6.1.2.1.31.1.1.1.6.12 # IF-MIB::ifHCInOctets.12 version: 2c unit_of_measurement: "Octets" - platform: snmp @@ -20,7 +21,8 @@ host: !secret router_ip community: !secret router_community # baseoid: .1.3.6.1.2.1.31.1.1.1.10.511 - baseoid: .1.3.6.1.2.1.2.2.1.16.12 +# baseoid: .1.3.6.1.2.1.2.2.1.16.12 + baseoid: .1.3.6.1.2.1.31.1.1.1.10.12 # IF-MIB::ifHCOutOctets.12 version: 2c unit_of_measurement: "Octets"