Skip to content

Releases: julian7/sensu-base-checks

v0.6.0

27 Feb 11:10
Compare
Choose a tag to compare

v0.6.0 - Feb 27, 2022

Changed:

  • Updated goshipdone and sensulibs to provide accurate Sensu Asset files for ARM
  • Updated Bonsai config to filter ARM v7 properly
  • Removed UPX: uncompressing causes higher CPU / memory footprint than necessary. Storage is cheaper than CPU and memory.

v0.5.0

22 Feb 21:08
Compare
Choose a tag to compare

v0.5.0 - Feb 2, 2022

Added:

  • ARMv7 and ARM64 Linux support (#4)

Changed:

  • Updated dependencies, update go to 1.17

v0.4.0

19 Aug 08:40
Compare
Choose a tag to compare

v0.4.0 - Aug 19, 2021

Fixed:

  • Try all available NTP servers until one answers. It can fix intermittent NTP issues querying only one server.
  • Deep certificate expiration check
  • Allow certificate expiration to be checked while skipping cert verification [#2]

v0.3.1

23 Dec 12:28
Compare
Choose a tag to compare

v0.3.1 - Dec 23, 2020

Changed:

  • Updated dependencies

Fixed:

v0.3.0

20 Mar 11:21
Compare
Choose a tag to compare

v0.3.0 - Mar 20, 2020

Added:

  • http: new measurements: body size, body transfer speed, body transfer errors

v0.2.2

10 Feb 12:26
Compare
Choose a tag to compare

v0.2.2 - Feb 10. 2020

Fixed:

  • filesystem: fix crash when showing zero bytes

v0.2.1

26 Jan 22:39
Compare
Choose a tag to compare

v0.2.1 - Jan 26, 2020

Changed:

  • filesystem: filtering out synthetic filesystems are implemented as an exclude check,
    and now it allows "/" anywhere in the device name (making ZFS subvolumes visible; only
    main volumes have to be included manually)

Fixed:

  • time: use SNTP's clock offset instead of computing from wallclock
  • time: opentsdb requires at least one tag

v0.2.0

19 Jan 09:46
Compare
Choose a tag to compare

v0.2.0 - Jan 19, 2020

Added:

  • http: json key/val equality check, using JMESPath
  • time: NTP check / metrics

Changed:

  • filesystem: collect metrics for mounted filesystems
  • http: CURL-like metrics

v0.1.4

13 Dec 07:53
Compare
Choose a tag to compare

v0.1.4 - Dec 13, 2019

Added:

  • official builds: "official" target to mage
  • .bonsai.yml for bonsai registration

Changed:

  • upgrade to sensulib v0.2.1
  • filesystem: swallow permission denied errors

v0.1.3

17 Nov 08:21
Compare
Choose a tag to compare

v0.1.3 - Nov 17, 2019

Added:

  • New mage target: release (runs goshipdone, while enabling publish modules)

Fixed:

  • Updated to goshipdone v0.3.0