SenHub Agent 0.5.2¶
2026-07-10 · PowerStore depth, Veeam plugin jobs, pull-view ratio fix
A follow-up to 0.5.1 that deepens the Dell PowerStore probe, fixes how percentage ratios render in the PRTG/Nagios pull views across many probes, and corrects Veeam job typing for plugin-managed backups.
Improved¶
- Improved PowerStore The PowerStore probe now emits per-resource series — one per volume, appliance, node, drive and replication session — each carrying a resource attribute that also acts as a filter in the Web UI Sensor Builder. Cluster-level aggregates are complemented by per-appliance and per-node capacity and performance.
- Improved PowerStore Latency is now reported in milliseconds in the pull views (exported as seconds over OTLP), and appliance health is derived from its component faults rather than a lifecycle enum.
Fixed¶
- Fixed PRTG Nagios Metrics exported as
0..1ratios (OTel unit1) are now shown correctly as percentages in the PRTG/Nagios pull views. This corrected a double-scaling across many probes — process, SMART, MySQL, PostgreSQL, Oracle, Redis, Elasticsearch, OpenSearch, Proxmox, NVIDIA, Hyper-V and ActiveMQ. - Fixed Veeam Plugin-managed backups (Veeam Backup for Nutanix AHV and other external modules) are now labelled
CustomPlatform— Veeam's own term — instead of the alarmingUnknown, so they group and filter cleanly. - Fixed PRTG Probe names in the pull views are matched case-insensitively and rendered verbatim, so a lower-cased probe name in the config no longer loses its sensor filters or shows a mismatched capitalisation. (#625, #626)
Security¶
- Security Built with Go 1.26.5, picking up the
crypto/tlsfix (GO-2026-5856).