mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
show volt/current/freq graphs for powerware on overlib
git-svn-id: http://www.observium.org/svn/observer/trunk@1677 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -355,6 +355,12 @@ $os = "powerware";
|
||||
$config['os'][$os]['text'] = "Powerware UPS";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['icon'] = "eaton";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_voltages";
|
||||
$config['os'][$os]['over'][0]['text'] = "Voltages";
|
||||
$config['os'][$os]['over'][1]['graph'] = "device_current";
|
||||
$config['os'][$os]['over'][1]['text'] = "Current";
|
||||
$config['os'][$os]['over'][2]['graph'] = "device_frequencies";
|
||||
$config['os'][$os]['over'][2]['text'] = "Frequencies";
|
||||
|
||||
$os = "deltaups";
|
||||
$config['os'][$os]['text'] = "Delta UPS";
|
||||
|
Reference in New Issue
Block a user