diff --git a/includes/discovery/processors/junos.inc.php b/includes/discovery/processors/junos.inc.php index b8caecb84..f07fad372 100644 --- a/includes/discovery/processors/junos.inc.php +++ b/includes/discovery/processors/junos.inc.php @@ -35,7 +35,7 @@ if ($device['os'] == "junos") { foreach ($srx_processors_array as $index => $entry) { - if ($index) + if (isset($index) && $index >= 0) { $usage_oid = ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4." . $index; $descr = "CPU"; # No description in the table?