This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Releases: eripa/nagios-zfs-go
Releases · eripa/nagios-zfs-go
v0.2.1: Documentation release
v0.2.0: Rootless
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
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
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