Update ibmnos.inc.php

- Updated to fit suggestions from scrut
This commit is contained in:
Søren Rosiak
2015-05-02 12:24:09 +02:00
parent 94381f9d4f
commit 92b9865f27

View File

@ -1,7 +1,7 @@
<?php
if (strstr($device['sysDescr'], "IBM Flex System Fabric")) {
$check_oids = snmp_get($device, ".1.3.6.1.4.1.20301.2.5.1.3.1.22.0", "-OsqnU", "");
if ($check_oids) {
if ($check_oids !== FALSE) {
$index = 0;
echo("IBM Flex System Fabric ");
$temps = array();