Updated this to use just sysDescr

This commit is contained in:
laf
2015-04-22 10:52:54 +01:00
parent cd5327d640
commit 68c45a606f
+1 -4
View File
@@ -13,9 +13,6 @@
*/
if (preg_match("/^(XTM|FBX)/i", $sysDescr)) {
$product = snmp_get($device, "WATCHGUARD-PRODUCTS-MIB::wgProducts.0", "-Oqv", "");
if (!empty($product)) {
$os = "fireware";
}
$os = "fireware";
}