Werk #19982: Infoblox DNS statistics: Fix crash on empty counter values
| Component | Checks & agents | ||||||||
| Title | Infoblox DNS statistics: Fix crash on empty counter values | ||||||||
| Date | Jun 30, 2026 | ||||||||
| Level | Trivial Change | ||||||||
| Class | Bug Fix | ||||||||
| Compatibility | Compatible - no manual interaction needed | ||||||||
| Checkmk versions & editions |
|
Previously, the DNS statistics service on Infoblox appliances could crash with the following error when the device reported empty values for some of its per-zone DNS counters:
ValueError: invalid literal for int() with base 10: ''
This was observed for example on AWS-hosted vNIOS instances, where only the "successful responses" counter was populated and the remaining counters were returned empty.
Empty counter values are now treated as 0, so the service no longer crashes and reports the available counters as usual.