Werk #19833: Checkmk sites view: Fix numeric sorting of #Hosts and #Services columns
| Component | HW/SW inventory | ||||
| Title | Checkmk sites view: Fix numeric sorting of #Hosts and #Services columns | ||||
| Date | Jun 29, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The "Checkmk sites" view (topic Analyze) lists the number of hosts and services per site. Sorting by the #Hosts or #Services column ordered the rows lexicographically, treating the counts as text rather than numbers. As a result a site with 9 services was sorted after one with 76, and 3600 appeared before 58.
These columns now sort numerically again.
This regression was introduced in 2.5.0; version 2.4.0 and earlier were not affected.