Skip to content

Commit 99e12f3

Browse files
committed
UPD: Version 1.0.0
1 parent ab8ff58 commit 99e12f3

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
## [Unreleased]
4+
5+
## [1.0.0] - 2020-12-20
6+
7+
### Fixed
8+
* Formatting tweaks
9+
10+
### Changed
11+
* Requires ZenPackLib 2.0
12+
13+
## 0.7.0 - 2016-10-08
14+
* Alpha release
15+
16+
[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.LMSensors/compare/1.0.0...HEAD
17+
[1.0.0]: https://github.com/daviswr/ZenPacks.daviswr.LMSensors/compare/0.7.0...1.0.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
ZenPack to model & monitor fans, voltages, and temperature sensors on a Linux system with sensord via LM-SENSORS-MIB
44

5+
Requires [ZenPackLib](https://help.zenoss.com/in/zenpack-catalog/open-source/zenpacklib)
6+
57
## Usage
68

79
This ZenPack overrides the Fan, PowerSupply, and TemperatureSensor monitoring templates at the /Server/Linux device class, but doesn't (yet) modify the modeler plugins configured there, so it's up to you to apply the `daviswr.snmp.LMSensors*Map` modelers.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# or saved. Do not modify them directly here.
44
# NB: PACKAGES is deprecated
55
NAME = "ZenPacks.daviswr.LMSensors"
6-
VERSION = "0.7.0"
6+
VERSION = "1.0.0"
77
AUTHOR = "Wes Davis"
88
LICENSE = "MIT"
99
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr']

0 commit comments

Comments
 (0)