Skip to content

v1.3 - Higher timeouts, upgrades, small improvements/fixes

Latest

Choose a tag to compare

@lukastautz lukastautz released this 30 Aug 20:30
c9dfa2e

This release includes multiple changes:

  • Timeouts have been increased/added in order to prevent monitors (especially ones with high latency/loss to the main server) showing as offline. For this, upgrading only the server may not solve the issue.
  • VLAN traffic isn't double-counted anymore.
  • The NTP client has been slightly improved.
  • The precompiled binaries are now compiled with a newer GCC version, and the docker container is based on Debian trixie instead of bookworm.
  • The web interface (the status page and the details page) has been improved, now the filter/sorting/diagram period are saved/remembered in the URL.

To upgrade, simply run the install/upgrade script, and, in the admin interface, go to Settings, click on the dropdown, select the appropriate install command, and then save it.

If you want to upgrade the agent (because of the increased timeouts or because of the VLAN fix), you can simply re-run the (new) install command (as copied from the "Copy command" button), or use/upload the new binary.

Note: this release does not contain security fixes, upgrading is recommended but not necessary unless you're experiencing problems.

Systemd install/upgrade scripts:
Server:

curl -s https://ltstats.de/v1.3/systemd:server | tee install.sh | sha256sum -c <(echo 28d299fa4e0af214efb8bac1196e32261a78ebe5e2070b213146371240bdddd0 -) && bash install.sh

Agent:

curl -s https://ltstats.de/v1.3/systemd:agent | tee install.sh | sha256sum -c <(echo 123bdcc123d39dfe915eb3ed9223ea75c845a8bef5c79b994f4b2de20530085c -) && bash install.sh DOMAIN TOKEN ntp ADDITIONAL_PATHS # NAME

This is potentially the last version before a major change.