From a1efba0b0e82203d96da797b591ad9f0183ef7e0 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 11 Feb 2026 16:45:10 -0600 Subject: [PATCH] fix: remove incorrect temperature divisor for MikroTik sensors MikroTik mtxrGaugeTable temperature sensors report values in whole degrees Celsius, not tenths. The MIB defines the unit as 'celsius(1)' without the 'deci-' prefix used for voltage (dV), current (dA), and power (dW). This matches LibreNMS behavior which does not apply a divisor to temperature sensors. Co-Authored-By: Claude Sonnet 4.5 --- priv/profiles/os_discovery/routeros.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/priv/profiles/os_discovery/routeros.yaml b/priv/profiles/os_discovery/routeros.yaml index f96b0245..d629b161 100644 --- a/priv/profiles/os_discovery/routeros.yaml +++ b/priv/profiles/os_discovery/routeros.yaml @@ -28,7 +28,6 @@ modules: num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}' descr: MIKROTIK-MIB::mtxrGaugeName group: System - divisor: 10 index: 'mtxrGaugeTemperature.{{ $index }}' skip_values: - oid: MIKROTIK-MIB::mtxrGaugeUnit