From d87b46e2f69ec815c86631fb0a7815911f8d7749 Mon Sep 17 00:00:00 2001 From: Optic00 Date: Tue, 28 Jun 2016 18:40:32 +0200 Subject: [PATCH 1/2] Added latest Sophos UTM sysDesc added sysDesc of Sophos UTM up to 06/28/16 for discovery --- includes/discovery/os/linux.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/os/linux.inc.php b/includes/discovery/os/linux.inc.php index 562fd68ba2..f505b43935 100644 --- a/includes/discovery/os/linux.inc.php +++ b/includes/discovery/os/linux.inc.php @@ -69,7 +69,7 @@ if (!$os) { elseif (stristr($sysObjectId, 'cumulusMib') || strstr($sysObjectId, '.1.3.6.1.4.1.40310')) { $os = 'cumulus'; } - elseif (strstr($sysDescr, 'g56fa85e') || strstr($sysDescr, 'gc80f187')) { + elseif (strstr($sysDescr, 'g56fa85e') || strstr($sysDescr, 'gc80f187') || strstr($sysDescr, 'g829be90') || strstr($sysDescr, 'g63c0044')) { $os = 'sophos'; } else { From 92806bfaf41e9a9322d8dfb7dac713fcc4721cde Mon Sep 17 00:00:00 2001 From: Optic00 Date: Tue, 28 Jun 2016 18:51:49 +0200 Subject: [PATCH 2/2] agree 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 7ba1544467..b6e9afd339 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -108,6 +108,7 @@ LibreNMS contributors: - Felix Eckhofer (tribut) - Vikram Adukia (justmedude) - Tijmen de Mes (tijmenNL) +- Benjamin Busche (optic00) [1]: http://observium.org/ "Observium web site" Observium was written by: