From 6e35b97ea9c4fa56a660fee0502fc959ff880aa2 Mon Sep 17 00:00:00 2001 From: Joe Passavanti Date: Sun, 7 Feb 2016 05:08:37 -0800 Subject: [PATCH] add Dell Networking sysObjectId This is for Dell Networking N2048 switch --- includes/discovery/os/dnos.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/discovery/os/dnos.inc.php b/includes/discovery/os/dnos.inc.php index b83c92a912..a1e4ac6e8a 100644 --- a/includes/discovery/os/dnos.inc.php +++ b/includes/discovery/os/dnos.inc.php @@ -7,4 +7,7 @@ if (!$os) { if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3042')) { $os = 'dnos'; } + if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3054')) { + $os = 'dnos'; + } }