From 4a6a53e86e50d36b2e0f3cb28bafc200e8a42990 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Tue, 2 Aug 2016 10:32:46 +0200 Subject: [PATCH 1/2] I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index d8386a62ca..4cb6240c8f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -113,6 +113,7 @@ LibreNMS contributors: - Andy Noyland (Zappatron) - Cercel Valentin (crcro) - Ahmed Sajid (ahmedsajid) +- Karsten Schmidt (guggemand) [1]: http://observium.org/ "Observium web site" Observium was written by: From 6b2b87ae45e12d5417c866b2e7cc8e92e3987462 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Wed, 3 Aug 2016 16:01:59 +0200 Subject: [PATCH 2/2] Add N3024 to dnos. --- includes/discovery/os/dnos.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/discovery/os/dnos.inc.php b/includes/discovery/os/dnos.inc.php index 11f37ddc73..8901bbae9d 100644 --- a/includes/discovery/os/dnos.inc.php +++ b/includes/discovery/os/dnos.inc.php @@ -25,6 +25,10 @@ if (!$os) { //Dell N4064F $os = 'dnos'; } + if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3057')) { + //Dell N3024 + $os = 'dnos'; + } if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3058')) { //Dell N3048P $os = 'dnos';