Documentation available here: https://docs.hetrixtools.com/category/server-monitor/
- fixed an issue where, in some cases, the Temperature collection would interrupt the metrics collection loop
- fixed an issue where, in some cases, NVMe disk Serial and Model were not detected properly
- fixed an issue with incorrect MegaRAID disk detection
- fixed an issue related to
mdadm
introduced in2.2.1
- switched back to the old DEBUG mode method, as it was more efficient
- fixed an incompatibility with older kernels introduced in
2.2.5
- fixed cases where Software RAID isn't picked up properly
zpool
now records disk usage even for unmounted pools- fixed some rare cases where base64 would break on multiple lines
CPUModel
should now pick up more CPU model names- Fixed an issue where
CPUCores
andCPUThreads
would not handle multi-line data properly - Changed how the agent handles killing of its own old/frozen processes, if any are found
- Increased DEBUG mode clearing time
- Improved DEBUG mode
- Fixed an issue where SMART test was not properly performed on NVMe disks
- Improved DEBUG mode
- Improved DEBUG mode
- Fixed an issue where agent would kill its own processes too eagerly, causing data sending issues
- Fixed an issue where, in some cases, the agent would query
mdadm
for devices not usingmdadm
- Changed
LC_NUMERIC
locale
- Introducing DEBUG mode
- Minor fixes and tweaks
- Introducing ZFS pool health monitoring
- Added
CollectEveryXSeconds
to agent config
- Fixed an issue with the new service monitoring method introduced in version 2.0.11
- Improved service monitoring
- Fixed an issue where the metrics collection loop wouldn't break properly
- Fixed
division by zero
error for servers without swap - Replace
ifconfig
withip
command for IP address extraction (thanks to @Ry3nlNaToR)
- Fixed a bug where in some cases RAID would not be detected properly
- Added support for Custom Variables: https://docs.hetrixtools.com/server-agent-custom-variables/
- Fixed
needs-restarting
for CloudLinux 8 https://github.com/hetrixtools/agent/commit/7e87b191bab90f682d2f55cc0f2650b5f4f7e0c7 (thanks to @JLHC)
- Improved CPU temperature reading by adding support for two third-party software
lm-sensors
andipmitool
- Improved the
servicestatus
function
- Improved the
servicestatus
function
- Fixed a bug where data was not properly being formatted in some cases when monitoring running processes
- Initial v2 release