Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rshipp/webnut
Web interface for Network UPS Tools servers.
https://github.com/rshipp/webnut
management network-ups-tools nut pyramid python ups webapp webui
Last synced: about 3 hours ago
JSON representation
Web interface for Network UPS Tools servers.
- Host: GitHub
- URL: https://github.com/rshipp/webnut
- Owner: rshipp
- License: bsd-3-clause
- Created: 2014-06-05T03:15:15.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T04:10:45.000Z (over 3 years ago)
- Last Synced: 2024-11-06T03:42:44.684Z (2 days ago)
- Topics: management, network-ups-tools, nut, pyramid, python, ups, webapp, webui
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 108
- Watchers: 12
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
webNUT
======A simple web interface for NUT ([Network UPS Tools][1])
servers, built on Pyramid, Bootstrap, and
[python-nut2][2].[1]: http://www.networkupstools.org/ "Network UPS Tools"
[2]: https://github.com/george2/python-nut2 "python-nut2"## Setup
Rename `webnut/config.example.py` to `webnut/config.py` and set the
variables in that file to reflect your NUT server configuration. Then
serve webNUT as you would any Pyramid app, using `pserve` or through
your production-ready server of choice.## Screenshots
The index lists available UPS devices, along with their description,
status, and battery charge:![Index](screenshots/ups_index.png "Index")
Clicking on a UPS's name takes you to a details view that shows a quick
status indicator, as well as the values of all variables set on the
device:![UPS View](screenshots/ups_view.png "UPS View")