mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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> » ";
|
||||
|
Reference in New Issue
Block a user