This commit is contained in:
Rudy Hardeman
2015-05-20 13:04:45 +02:00
parent f0f1038b42
commit fc16d9f410

View File

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