Werk #16388: host: query on mk_inventory no longer causing crash
| Component | REST API | ||||||
| Title | host: query on mk_inventory no longer causing crash | ||||||
| Date | Jan 24, 2024 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, when you had a host that had no check running, calling the following endpoint would cause a crash.
GET /domain-type/host/collections/all?columns=mkinventory
This werk addresses this issue by preventing the crash and now returns an appropriate response.