Releases: shevabam/ezservermonitor-sh
Releases · shevabam/ezservermonitor-sh
Version 2.3
Version 2.2
- General : colors enhancements
- System : fix distro name for some platforms
- CPU : minor fix for retrieving datas (ignoring case with grep)
- CPU : retrieves correctly CPU frequency for Raspberry Pi
- Disk : fix on retrieving mounted points if DISK_SHOW_TMPFS is set to false
- Temperatures : get CPU temperature for Raspberry Pi and improving the recovery of CPU temperature
Version 2.1
v2.1 - 17 June 2014
- System : fix to get the distro name
- Services : fix to check a service. Replacing the nc command by another (thanks to Aaaaadrien)
- Services : ability to specify a host for each service _(thanks to noKid and mobidyc)
- Network usage : fix to retrieve the name of the network interfaces _(thanks to noKid, Aaaaadrien and Albirew)
- Memory : the cached and buffers memory are added to free memory now (thanks to Albirew)
- Disk usage : new option to hide tmpfs mountpoints (thanks to mobidyc and Albirew)
- Load Average : taking into account the number of cores (thanks to icefo)
Version 2.0
v2.0 - 15 April 2014
- Total redesign of the project to reduce the code and have a nice design.