mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Improve Checkpoint Discovery (#5334)
This commit is contained in:
committed by
Neil Lathwood
parent
e552bb4a95
commit
19a92fdbfc
@@ -10,6 +10,7 @@ $skip_oids = array(
|
||||
'.1.3.6.1.4.1.9.1.1348', // Cisco Unified Communications Manager
|
||||
'.1.3.6.1.4.1.3375.2.1', // F5
|
||||
'.1.3.6.1.4.1.534.', // Eaton
|
||||
'.1.3.6.1.4.1.2620.1.6.123.1' // Checkpoint
|
||||
);
|
||||
|
||||
if (starts_with($sysDescr, 'Linux') && !starts_with($sysObjectId, $skip_oids)) {
|
||||
|
||||
Reference in New Issue
Block a user