Merge pull request #3736 from Optic00/master

Added latest Sophos UTM sysDesc
This commit is contained in:
Tony Murray 2016-06-28 12:14:39 -05:00 committed by GitHub
commit 480135349c
2 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ LibreNMS contributors:
- Felix Eckhofer <felix@eckhofer.com> (tribut)
- Vikram Adukia <adukia@dropbox.com> (justmedude)
- Tijmen de Mes <tijmen@ag-projects.com> (tijmenNL)
- Benjamin Busche <benjamin.busche@gmail.com> (optic00)
[1]: http://observium.org/ "Observium web site"
Observium was written by:

View File

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