Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

67 lines (51 loc) · 2.53 KB

0.0.9 (2022-xx-xx)

This release includes:

0.0.8 (2022-06-17)

This release includes:

  • #91 Update to Actix Web 4

0.0.7 (2020-01-31)

This is a maintenance release, but it includes one bug fix:

  • 98ee6d8: Uptime is now correct on all timeframes

0.0.6 (2019-12-31)

This release includes:

  • #69 The first charts on the top of the page now show aggregated data across all the servers.
  • #73 The number of servers on the top of the page is now in the format "online/total". (Thermatix)
  • #35 On the very top of the page there are three buttons that allow switching between 3 timeframes.
  • #72 Disk charts and Network charts are now rendered using bars instead of lines.
  • #67 It's now possible to use pubkey authentication.

0.0.5 (2019-07-30)

This release includes:

  • #54: The IP address of the server is now available as a tooltip when hovering over the hostname in the CPU metric column.
  • #24: There is a now a disk space indicator after the Load Average Charts.
  • e08f279: SSH session will now timeout after 5 seconds of waiting for a blocking operation.

0.0.4 (2019-04-12)

This release includes:

  • #31: SSH connection timeout is set to 1 second. This improves representation of servers which are down.
  • #19: Each server now has a dedicated a dedicated metric buffer.
  • #46: Ram charts now also show Cache and Buffers.
  • #48: Memory footprint has been reduced by ~68% (when monitoring 20 servers).
  • #49: CPU charts now display user, nice, system, idle, iowait, irq, softirq.
  • #53: Aggregated numbers at the top of the page now also feature the number of machines being monitored.