Monitor 10.2.1
Released: May 2026
Previous version: 10.2
Docker Registry:registry.frafos.net/abc/mon:10.2.1
Features
- Improved error handling for outgoing API requests via a dedicated
HttpClientException, giving clearer failure messages. [#1659]
Fixes
- Dashboards now prefer Prometheus data over Elasticsearch for statistics, with a new UUID field on SBC nodes for correlation with Elasticsearch data. [#1670]
- Prevent the GUI from becoming unreachable when an optional data fetch fails: critical and optional data are now loaded separately, and the server returns
503(instead of locking the UI) until the alarm manager is registered. [#1672] - Resolve excessive open shards: Elasticsearch managed indices now decide rollover once per cron run and avoid a rollover cascade on empty, freshly-created backing indices, and low-space cleanup performs disk-space checks before attempting a cleanup. [#1664]
- Internal search (
mSearch) now throws on failure instead of returning the error, so failures surface correctly to callers. [#1673] - Prevent duplicate periodic jobs:
periodicJobManagerwas initialised twice on boot, causing all periodic jobs to run as parallel duplicates. [#1641] - Encode filter values in share URLs so links containing special characters resolve correctly when opened. [#1663]
- Fix a typo in the signature (
sip.request.sig) filter field. [#1682]