Werk #19922: NGINX web servers (Linux) plugin crashed on hosts with kernel-owned sockets
| Component | Checks & agents | ||||
| Title | NGINX web servers (Linux) plugin crashed on hosts with kernel-owned sockets | ||||
| Date | Sep 10, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The agent plugin nginx_status.py detects running NGINX servers from the output
of ss -tlnp. Listening sockets that belong to no user space process, are
listed without a process column. The plugin did not expect that and crashed
with:
ValueError: not enough values to unpack (expected 6, got 5)
As a result, no NGINX services were reported on hosts that are affected by this bug. The plugin now skips such lines.