Werk #19975: Postfix status: don't crash on empty queue name in agent output
| Component | Checks & agents | ||||||
| Title | Postfix status: don't crash on empty queue name in agent output | ||||||
| Date | May 22, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
If the Postfix agent emitted a status line whose first column was empty,
the discovery of the Postfix status service crashed during a Check_MK
discovery run with TypeError: 'item' must be a non empty string or
ommited entirely, got ''.
Such lines are now skipped during parsing, so discovery runs through to completion and the remaining Postfix instances are discovered normally.