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

Releases: eripa/nagios-zfs-go

v0.2.1: Documentation release

25 Aug 15:15
Compare
Choose a tag to compare

A simple documentation release with some more examples.

The usual binaries are included:

  • linux/amd64
  • solaris/amd64
  • freebsd/amd64
  • darwin/amd64

v0.2.0: Rootless

25 Aug 06:49
Compare
Choose a tag to compare

This version comes with an architecture change, now instead of check_zfs running zpool it self, it will simply expect some status text files to exist which is then parsed in place of zpool output.

This enable check_zfs to be run without root, and the dumper.sh script to be run as root in crontab or similar.

Binaries included for:

  • linux/amd64
  • solaris/amd64
  • freebsd/amd64
  • darwin/amd64

Release built with Go 1.5 stable

21 Aug 05:38
Compare
Choose a tag to compare

For the sake of celebrating the release of Go 1.5 and given that v0.1.1 was built using Go 1.5beta2. Here's a new release pre-built binaries for the following platforms:

  • linux/amd64
  • solaris/amd64
  • freebsd/amd64
  • darwin/amd64

Initial working release

29 Jul 16:55
Compare
Choose a tag to compare

This is the first release that I myself use in production.

The attached tar-ball contains pre-compiled binaries, under bin/check_zfs-$OS, for the following OS/architectures (compiled with Go 1.5beta2):

  • linux/amd64
  • solaris/amd64
  • freebsd/amd64
  • darwin/amd64