Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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")