Skip to content

v0.1.16

Latest

Choose a tag to compare

@arsfy arsfy released this 04 Sep 04:24
5b9fcc1

Please refer to the Quickstart (Docs) for detailed instructions on installation and configuration.

Fix

  • Fix server alert notifications never firing: the batched InfluxDB alert queries wrapped a single duration group in union(tables: [branch0]), which Flux rejects ("union must have at least two streams as input"), so every alert evaluation cycle skipped all rules whenever a team's rules for an item shared one lookback duration (the default setup). Single-group queries now emit the branch pipeline directly.
  • Keep the valid disk rows when df partially fails during SSH status collection (for example a stale FUSE mount makes df list every filesystem and then exit non-zero): the disk sample now uses the rows that parsed instead of discarding the whole snapshot, and only falls back to the last cached sample when df times out or produces no valid rows at all.

Web UI

  • Some small design changes.

Full Changelog: v0.1.15...v0.1.16