diff --git a/includes/polling/os/procera.inc.php b/includes/polling/os/procera.inc.php index 917c110c6d..8fa22db2c1 100644 --- a/includes/polling/os/procera.inc.php +++ b/includes/polling/os/procera.inc.php @@ -12,7 +12,7 @@ * the source code distribution for details. */ -if (stristr($poll_device['sysObjectID'], "packetlogic")) { +if (stristr($poll_device['sysObjectID'], "packetlogic") || strstr($poll_device['sysObjectId'], ".1.3.6.1.4.1.15397.2")) { $version = "PacketLogic"; $hardware = "PacketLogic"; }