feature: new app: ups-nut (#4386)

* app: ups-nut

* newline ...

* removed code from another pr

* added battery charge status

* added battery charge status

* be happy travis...

* added UPS-nut to Applications
This commit is contained in:
crcro
2016-09-13 05:59:33 +03:00
committed by Tony Murray
parent deb4b74bc9
commit 7da4cca4e4
11 changed files with 463 additions and 0 deletions

View File

@@ -104,6 +104,14 @@ $graphs['freeswitch'] = array(
'callsOut',
);
$graphs['ups-nut'] = array(
'remaining',
'load',
'voltage_battery',
'charge',
'voltage_input',
);
print_optionbar_start();
echo "<span style='font-weight: bold;'>Apps</span> &#187; ";