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 809f931 commit 6d256d5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
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.Nvidia/compare/1.0.0...HEAD
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 Wes Davis
Copyright (c) 2021-2022 Wes Davis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ZenPacks.daviswr.Nvidia

ZenPack to monitor Nvidia GPUs on Linux

## Requirements
* Nvidia proprietary drivers for Linux. nouveau is not supported
* An account on the monitored host, which can
* Log in via SSH with a key
* Execute the `nvidia-smi` utility
* [ZenPackLib](https://help.zenoss.com/in/zenpack-catalog/open-source/zenpacklib)

## Usage
I'm not going to make any assumptions about your device class organization, so it's up to you to configure the `daviswr.cmd.Nvidia` modeler on the appropriate class or device.

## Special Thanks
* [JRansomed](https://github.com/JRansomed)
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.Nvidia"
VERSION = "0.1.0dev"
VERSION = "1.0.0"
AUTHOR = "Wes Davis"
LICENSE = "MIT"
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr']
Expand Down

0 comments on commit 6d256d5

Please sign in to comment.