Updated poller file to use oid

This commit is contained in:
laf 2015-04-15 20:36:02 +01:00
parent cacb094343
commit 1d883afd0f

View File

@ -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";
}