mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3540 from geordish/issue-3536
This commit is contained in:
@@ -49,6 +49,7 @@ if ($device['os'] != 'Snom') {
|
||||
$data_array = snmpwalk_cache_oid($device, 'snmp', array(), 'SNMPv2-MIB');
|
||||
|
||||
$fields = $data_array[0];
|
||||
unset($fields['snmpEnableAuthenTraps']);
|
||||
|
||||
if (isset($data_array[0]['snmpInPkts']) && isset($data_array[0]['snmpOutPkts'])) {
|
||||
if (!file_exists($rrd_file)) {
|
||||
|
||||
Reference in New Issue
Block a user