mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update ibmnos.inc.php
- Updated to fit suggestions from scrut
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user