Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@Nathan-Handy Nathan-Handy released this 17 Aug 14:21

Please see below for HandyDash v2.0 features and improvements.

Features and Improvements:

  • Move Node feature added. Activated via the control bar on each node.
  • Compact View feature added. Activated via the root node control bar, this shows a compact view for healthy nodes. Clicking on the node still activates the zoom feature, and shows all metrics while the compact view is enabeld, until the node is zoomed out once again.
  • Improved Console Logging. Controlled via the appsettings.json file. Enabled by default via the 'ConsoleLoggingEnabled' setting, with 'Error', 'Warn', or 'Verbose' being valid 'ConsoleLoggingLevel' values.
  • Ability to execute node checks in serial or parallel. Controlled via the appsettings.json file, via the 'RunChecksInParallel' setting, that is set to false by default. Other general improvements to thread synchronization.
  • Ability to set a proxy server for HandyDash to use, when undertaking HTTP checks. Controlled via the appsettings.json file, via the 'ProxyOverride' setting.
  • Removed 50 node limit.

Package Details:

  • The 'dotnet8' package requires the 'ASP.NET Core 8.0 Runtime' to be pre-installed on the host system.
  • All other packages are fully self contained, and can be simply unzipped and executed.