mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Updated oid on poller
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
if (stristr($poll_device['sysObjectID'], "packetlogic") || strstr($poll_device['sysObjectId'], ".1.3.6.1.4.1.15397.2")) {
|
||||
if (stristr($poll_device['sysObjectID'], "packetlogic") || strstr($poll_device['sysObjectId'], "enterprises.15397.2")) {
|
||||
$version = "PacketLogic";
|
||||
$hardware = "PacketLogic";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user