Add nut-monitor package

This commit is contained in:
Laurent Bigonville 2011-06-03 16:22:58 +02:00
parent 14ffb4d76b
commit 63f12aa09f
6 changed files with 76 additions and 0 deletions

17
debian/control vendored
View file

@ -166,3 +166,20 @@ Description: network UPS tools - Python bindings for NUT server
changes.
.
This package provides Python bindings to connect to NUT server.
Package: nut-monitor
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-gobject,
python-gtk2,
python-glade2,
python-nut
Description: network UPS tools - GUI application to monitor UPS status
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
power distribution unit (PDU) hardware. Clients access the hardware
through the server, and are notified whenever the power status
changes.
.
This package provides nut-monitor, a GUI application to monitor UPS status.