Releases: rouben/zfswatcher
Development Build
zfswatcher 0.4.7
zfswatcher 0.4.6
- New version 0.4.6.
- Contributions from @slacker87, Paul Koelle and @kopernikus:
- Improved Illumos/Solaris support and cleanup
- Added sample config and service for Illumos/Solaris
- Contribution from @Der-Jan:
- Add missing web root variable definition
- Cleanup Makefile
- Further improve Makefile consistency
zfswatcher 0.4.5
- New version 0.4.5.
- Contributions from @slacker87:
- Fixed regression bug with progress bars not showing up (issue #5)
- Complete 45drives 45bay chassis enclosure page
- Other tweaks
- Contributions from @kopernikus:
- Implement os info stubs for Illumos/Solaris
- Respect system GOPATH
zfswatcher 0.4.4
- New version 0.4.4.
- Contributions from @slacker87:
- further isolate new enclosure page from pool status page
for reduction of cross page calls that may break later if
one page is modified without other. - make a new status function for chassis drive status
- have zfswatcher play nice with go version 1.8
- fix the way resource folder is loaded to work with newer
http-auth - add config switchers if we are using a specific hardware
chassis and have them - do something in dashboard template
- move chassis to its own header tab
- make a new enclosure tab, have it provide all disk names
and current health - status, TODO move each enclosure type to its own template
within main - enclosure template
- upgrade bootstrap and jquery versions, refactor some
css/js things, remove old - code.google source stuff
- further isolate new enclosure page from pool status page
zfswatcher 0.4.3
- Fixed log file location.
- Fixed ledctl functionality for zfswatcher user credit to @behlendorf.
- Added systemd compatibility to RPM build credit to @behlendorf.
NOTE: this was built on an Ubuntu 17.04 amd64 box. I tested the deb, but not the RPM! If you'd like to help with this, let me know.
zfswatcher 0.4.1
Added the ability to specify root directory for when you want to deploy ZFS watcher with other apps on a web server. Normally ZFSwatcher expects to be run on its own dedicated domain name; with this new feature you can have it deployed on a subdirectory of your web server's root path, such as /zfswatcher or /zfsstatus instead of being forced to run it on a different port. Full credit to @timoid for this feature, I am just the packager!
This release also includes @skrzepto's fix for the Ubuntu/Debian ZFS on Linux package dependencies with the more recent releases of these OSs.
NOTE: this was built on an Ubuntu 17.04 amd64 box. I tested the deb, but not the RPM! If you'd like to help with this, let me know.