Werk #19952: Netapp: Fix ValueError for managed NetApp ONTAP systems
| Component | Checks & agents | ||||||
| Title | Netapp: Fix ValueError for managed NetApp ONTAP systems | ||||||
| Date | May 4, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
For some NetApp ONTAP systems like AWS FSx for ONTAP,
the ONTAP REST API does not expose node-level information; for this reason
fetching the node list via the nodes API endpoint raises a ValueError.
The special agent now falls back to the cluster API endpoint to determine the minimum node version, so fan and temperature sections are still collected in this case.