Mikrotik Temperature Status check

This check monitors CPU and system temperature on a Mikrotik router to help prevent overheating and maintain performance.

Basic check information

  • Supported Systems/Application: SNMP-enabled devices that support the MIKROTIK-MIB

  • Device Class: SNMP - Router

Troubleshooting

  • Failed: Verify that the SNMP community string is correctly configured in Network Discovery.
  • 201 Exception OID_TYPE_NOSUCHOBJECT: The device is missing the required OID metric.

SNMP properties queried

  • CPU temperature: mtxrHlProcessorTemperature (OID: 1.3.6.1.4.1.14988.1.1.3.11)

  • System temperature: mtxrHlTemperature (OID: 1.3.6.1.4.1.14988.1.1.3.10)

Calculations performed

  • CPU Temperature: CPU temperature from mtxrHlProcessorTemperature:
    • Pass = Less than 60
    • Fail = Greater than 80
  • System Temperature: System temperature from mtxrHlTemperature:
    • Pass = Less than 60
    • Fail = Greater than 80