Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:55
· 1 commit to main since this release

Fixed — Disk and log metric accuracy

  • Disk usage no longer counts pseudo filesystems. The agent previously reported every
    mount, including the read-only squashfs mounts of snaps (/snap/...), which always sit
    at 100%. That made the dashboard and the AI report a "disk full" while the real root
    filesystem was far below capacity. The collector now ignores virtual/pseudo filesystems
    (squashfs, tmpfs, devtmpfs, overlay, …) and system paths (/snap, /proc,
    /sys, /dev, /run), reporting only real storage.
  • The agent no longer collects its own logs. Its systemd units (auranode-agent,
    auranode-agent-helper) emit self-referential noise (e.g. WebSocket reconnections) that
    polluted server diagnostics. They are now always excluded from journal collection.

To apply on an existing install, re-run the installer (curl … | sudo bash) or restart the
service after updating the binary.