newdevice: Improve Checkpoint Discovery (#5334)

This commit is contained in:
Søren Rosiak
2017-01-08 15:53:10 +02:00
committed by Neil Lathwood
parent e552bb4a95
commit 19a92fdbfc
4 changed files with 5 additions and 1 deletions

View File

@@ -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)) {