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
+8
View File
@@ -0,0 +1,8 @@
<?php
if(!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.2254.2.4")) { $os = "deltaups"; }
}
?>
+1
View File
@@ -4,6 +4,7 @@ if(!$os) {
if(strstr($sysDescr, "JETDIRECT")) { $os = "jetdirect"; }
else if(strstr($sysDescr, "HP ETHERNET MULTI-ENVIRONMENT")) { $os = "jetdirect"; }
else if(strstr($sysObjectId, ".1.3.6.1.4.1.11.1")) { $os = "jetdirect"; }
}
+2
View File
@@ -6,6 +6,8 @@ if(!$os)
{
if(strstr($sysObjectId, ".1.3.6.1.4.1.901.1")) { $os = "wxgoos"; }
}
if (strstr($sysObjectId, ".1.3.6.1.4.1.17373")) { $os = "wxgoos"; }
}
?>