diff --git a/includes/discovery/os/junos.inc.php b/includes/discovery/os/junos.inc.php index 81dcafd9ff..fed0e74db0 100644 --- a/includes/discovery/os/junos.inc.php +++ b/includes/discovery/os/junos.inc.php @@ -3,5 +3,7 @@ if (!$os) { if (strstr($sysObjectId, '.1.3.6.1.4.1.2636')) { $os = 'junos'; + } elseif (stristr($sysDescr, 'kernel JUNOS')) { + $os = 'junos'; } }