Werk #17205: agent_netapp_ontap: KeyError: 'rpm' and KeyError: 'temperature'

Komponente Checks & agents
Titel agent_netapp_ontap: KeyError: 'rpm' and KeyError: 'temperature'
Datum 01.08.2024
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen
Checkmk versions & editions
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p13 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

This change affects users, which monitor NetApp via Ontap REST API. Previously, the special agent could crash with the following error:

File "/omd/sites/nyccheckmk2/lib/python3/cmk/special_agents/agent_netapp_ontap.py", line 28, in write_section
  for element in generator:
File "/omd/sites/nyccheckmk2/lib/python3/cmk/special_agents/agent_netapp_ontap.py", line 471, in fetch_fans
  rpm=fan["rpm"],
~~^^^^^^^
KeyError: 'rpm'CRIT

This would occur, if either a fan or temperature sensor had an error, and thus did not report any rpm/temperature value. This has been fixed.

Zur Liste aller Werks