mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Updated this to use just sysDescr
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user