Check netmanplus UPS by OID as well as descr, tested with Netman 204

This commit is contained in:
sthen
2015-07-04 20:22:34 +01:00
parent 69e9929ddb
commit ffbe06f64b
+2 -1
View File
@@ -3,6 +3,7 @@
if (!$os)
{
if (preg_match("/^NetMan.*plus/", $sysDescr)) { $os = "netmanplus"; }
if (strstr($sysObjectId, ".1.3.6.1.4.1.5491.6")) { $os = "netmanplus"; }
}
?>
?>