luci-app-nut: Add support for NUT configuration 2117/head
authorDaniel Dickinson <lede@cshore.thecshore.com>
Sun, 14 Aug 2016 00:35:01 +0000 (20:35 -0400)
committerDaniel F. Dickinson <cshored@thecshore.com>
Wed, 29 Aug 2018 05:03:17 +0000 (01:03 -0400)
commitfb262ad268ce7de9de79d47145c434e2662f2941
tree9ffd72199ba22ea7b67bd62484cc459418c45398
parentb93d3f3a1812e05def960835d39080780edb7129
luci-app-nut: Add support for NUT configuration

Adds app to configure NUT (Network UPS Tools), including
nut-server, nut-monitor, and nut-cgi.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
applications/luci-app-nut/Makefile [new file with mode: 0644]
applications/luci-app-nut/luasrc/controller/nut.lua [new file with mode: 0644]
applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua [new file with mode: 0644]
applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua [new file with mode: 0644]
applications/luci-app-nut/luasrc/model/cbi/nut_server.lua [new file with mode: 0644]
applications/luci-app-nut/root/etc/uci-defaults/40_luci-nut [new file with mode: 0755]