Skip to content

Releases: rouben/zfswatcher

Development Build

31 Jan 09:05
33d5fa5
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Merge pull request #20 from @rouben

  • Add GitHub workflow for prerelease publishing

Merge pull request #18 from @StripeBanana

  • Add hostname to logged lines and email subject.

Merge pull request #17 from @StripeBanana

  • Add logical used and compression ratio to the dashboard.

zfswatcher 0.4.7

13 Jun 18:46
Compare
Choose a tag to compare
  • New version 0.4.7.
  • Fixed dependencies on Proxmox.

zfswatcher 0.4.6

23 Oct 01:25
0.4.6
e473abf
Compare
Choose a tag to compare
  • 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

21 Jun 10:31
Compare
Choose a tag to compare
  • 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

30 May 20:58
Compare
Choose a tag to compare
  • 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

zfswatcher 0.4.3

14 May 06:38
Compare
Choose a tag to compare
  • 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

07 May 00:51
Compare
Choose a tag to compare

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.