Skip to content

Commit

Permalink
REL: Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviswr committed Feb 6, 2022
1 parent ce08f9d commit 37481d0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## [Unreleased]

## [1.0.0] - 2022-02-06

Initial release

[Unreleased]: https://github.com/daviswr/ZenPacks.daviswr.NUT/compare/1.0.0...HEAD
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ZenPacks.daviswr.NUT

ZenPack to monitor uninterruptible power supplies managed by Network UPS Tools (NUT)

## Requirements
* Network UPS Tools
* An account on the monitored host, which can
* Log in via SSH with a key
* Execute the `upsc` utility
* [ZenPackLib](https://help.zenoss.com/in/zenpack-catalog/open-source/zenpacklib)

## Usage
This is will only model and monitor UPSes locally configured on the host. Remote NUT servers are not supported, please monitor those as invidual devices in Zenoss.

I'm not going to make any assumptions about your device class organization, so it's up to you to configure the `daviswr.cmd.NUT` modeler on the appropriate class or device.
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.NUT"
VERSION = "0.7.0"
VERSION = "1.0.0"
AUTHOR = "Wes Davis"
LICENSE = "MIT"
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr']
Expand Down

0 comments on commit 37481d0

Please sign in to comment.