mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
add liebert OS and poll UPS-MIB for it
git-svn-id: http://www.observium.org/svn/observer/trunk@2358 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -452,6 +452,12 @@ $config['os'][$os]['text'] = "Delta UPS";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['icon'] = "delta";
|
||||
|
||||
$os = "liebert";
|
||||
$config['os'][$os]['text'] = "Liebert";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['icon'] = "liebert";
|
||||
|
||||
|
||||
$os = "engenius";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['text'] = "EnGenius Access Point";
|
||||
|
||||
Reference in New Issue
Block a user