mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Delta UPS support, also by generalising rfc1628 support; recognize some more hardware
git-svn-id: http://www.observium.org/svn/observer/trunk@1562 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -252,6 +252,10 @@ $os = "gamatronicups";
|
||||
$config['os'][$os]['text'] = "Gamatronic UPS Stack";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
|
||||
$os = "deltaups";
|
||||
$config['os'][$os]['text'] = "Delta UPS";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
|
||||
$os = "airport";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['text'] = "Apple AirPort";
|
||||
|
||||
Reference in New Issue
Block a user