Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daviswr committed Sep 18, 2016
1 parent bb970bc commit ff0cae2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Change Log

## [Unreleased]

## [0.7.3] - 2016-09-18
### Added
* ZPool capacity thresholds configurable via zProperties:
* zZPoolThresholdWarning
* zZPoolThresholdError
* 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

Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ff0cae2

Please sign in to comment.