diff --git a/CHANGELOG.md b/CHANGELOG.md index 073fbe5..e3726dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## [Unreleased] + +## [0.7.3] - 2016-09-18 ### Added * ZPool capacity thresholds configurable via zProperties: * zZPoolThresholdWarning @@ -8,7 +10,7 @@ * zZPoolThresholdCritical ### Changed - * `zfs get` datasource runs once per modeled dataset, rather than ceollecting all performance data for all datasets in one run + * `zfs get` datasource runs once per modeled dataset, rather than collecting all performance data for all datasets in one run * Changes to `sudoers` config on monitored system(s) may be requried * Logging severity lowered to debug when components are ignored by modelers @@ -30,6 +32,7 @@ * Alpha release -[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.2...HEAD +[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.3...HEAD +[0.7.3]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/daviswr/ZenPacks.daviswr.ZFS/compare/0.7.0...0.7.1 diff --git a/README.md b/README.md index 2ec8872..21f9b20 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Example entries in `/etc/sudoers` ``` Cmnd_Alias ZDB = /sbin/zdb -L Cmnd_Alias ZPOOL = /sbin/zpool get -pH all, /sbin/zpool iostat -y 1 1, /sbin/zpool status -v -Cmnd_Alias ZFS = /sbin/zfs get -pH all, /sbin/zfs get -pH all * +Cmnd_Alias ZFS = /sbin/zfs get -pH all * zenoss ALL=(ALL) NOPASSWD: ZDB, ZPOOL, ZFS ``` ## zProperties diff --git a/dist/ZenPacks.daviswr.ZFS-0.7.2-py2.7.egg b/dist/ZenPacks.daviswr.ZFS-0.7.3-py2.7.egg similarity index 82% rename from dist/ZenPacks.daviswr.ZFS-0.7.2-py2.7.egg rename to dist/ZenPacks.daviswr.ZFS-0.7.3-py2.7.egg index b5f74fa..3baf08b 100644 Binary files a/dist/ZenPacks.daviswr.ZFS-0.7.2-py2.7.egg and b/dist/ZenPacks.daviswr.ZFS-0.7.3-py2.7.egg differ diff --git a/setup.py b/setup.py index 0a312dc..ab0771a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # or saved. Do not modify them directly here. # NB: PACKAGES is deprecated NAME = "ZenPacks.daviswr.ZFS" -VERSION = "0.7.2" +VERSION = "0.7.3" AUTHOR = "Wes Davis" LICENSE = "MIT" NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr']