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:
Tom Laermans
2010-07-30 22:25:07 +00:00
parent 3d49459420
commit d3d2ef5f67
13 changed files with 1721 additions and 2905 deletions
+4
View File
@@ -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";