Werk #19842: pfsense_if: skip interfaces with empty name during discovery
| Component | Checks & agents | ||||
| Title | pfsense_if: skip interfaces with empty name during discovery | ||||
| Date | Apr 21, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
When the pfSense SNMP data included an interface entry with an empty name,
service discovery crashed with TypeError: 'item' must be a non empty string
or ommited entirely, got '' because Service(item="") is not allowed.
Empty-name entries are now skipped during parsing so that discovery yields only valid services.