Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Releases: Oxygem/canaryd

v0.6.9

21 Apr 08:33
0cde5fb
Compare
Choose a tag to compare
  • Fix handling of Docker containers that have no command
  • Fix hardware plugin for devices with multiple logical names
  • Improve disk_health.py script (nvme support, nice error if no disks found)

v0.6.8

21 Feb 15:53
5711c2f
Compare
Choose a tag to compare
v0.6.8

canaryd v0.4.3

27 Mar 15:38
Compare
Choose a tag to compare

v2.0.1

19 Jun 19:49
Compare
Choose a tag to compare

First release to include .deb and .rpm packages and build tools.

  • Add monitor plugin
  • Add custom scripts and scripts plugin
    • canaryctl scripts
    • canaryctl scripts [enable|disable] disk_health.sh
  • Add services plugin
    • monitors service port status
      • can generate warning/critical issues from this
    • this replaces other services plugins:
      • initd
      • launchctl
      • upstart
      • systemd
  • Rewrite hardware plugin to use lshw, not dmidecode, for better coverage
  • Rewrite users plugin to use Python's grp and pwd modules, for better (10x) performance