Skip to content

Releases: shevabam/ezservermonitor-sh

Version 2.3

29 Nov 20:13
Compare
Choose a tag to compare
  • General : several themes available (view documentation) !
  • Memory : fix on recovery the free memory
  • Ping : add "round-trip" in awk regex

Version 2.2

17 Sep 12:44
Compare
Choose a tag to compare
  • 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

18 Jun 09:18
Compare
Choose a tag to compare

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

18 Jun 09:10
Compare
Choose a tag to compare

v2.0 - 15 April 2014

  • Total redesign of the project to reduce the code and have a nice design.