From 1d883afd0f8d547af5e18a27d7130d4cadb6eb08 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 15 Apr 2015 20:36:02 +0100 Subject: [PATCH] Updated poller file to use oid --- includes/polling/os/procera.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }