Skip to content

Releases: deadc0de6/checkah

v0.3.4

Choose a tag to compare

@deadc0de6 deadc0de6 released this 15 Mar 22:42

add systemd check

v0.3.3

Choose a tag to compare

@deadc0de6 deadc0de6 released this 15 Mar 13:39
  • add zfs check

v0.3.2

Choose a tag to compare

@deadc0de6 deadc0de6 released this 21 Feb 07:47
  • use df -a to also list pseudo-filesystem
  • fix goreleaser dep
  • linting

v0.3.1

Choose a tag to compare

@deadc0de6 deadc0de6 released this 04 Apr 12:26
  • migrate to goreleaser
  • with go 1.22

v0.3.0

Choose a tag to compare

@deadc0de6 deadc0de6 released this 04 Apr 11:51
  • add more default ssh keys
  • add more debug
  • improve tests
  • update deps

v0.2.4

Choose a tag to compare

@deadc0de6 deadc0de6 released this 05 Apr 20:22
  • add ability to truncate logfile with truncate option
  • refactor SSH
  • faster SSH retry
  • fix tests dependencies

v0.2.2

Choose a tag to compare

@deadc0de6 deadc0de6 released this 13 Mar 13:34
  • sleep between SSH failed attempts
  • typo fixes

v0.2.1

Choose a tag to compare

@deadc0de6 deadc0de6 released this 23 Feb 21:22
  • add ability to extend from multiple profiles
  • fix memory checks

v0.2.0

Choose a tag to compare

@deadc0de6 deadc0de6 released this 14 Oct 18:45

features:

  • improve concurrency
  • handle command arguments/switches for command and script checks
  • improve SSH connection (retry, etc)
  • add notification error output
  • more config examples in different formats
  • documentation updates

bug fixes:

  • fix pgrep issue for process check

v0.1.4

Choose a tag to compare

@deadc0de6 deadc0de6 released this 26 Aug 20:32
  • add config generation from binary
  • fix doc
  • fix dockerfile