Skip to content

Commit

Permalink
Merge pull request #3540 from geordish/issue-3536
Browse files Browse the repository at this point in the history
  • Loading branch information
laf committed May 22, 2016
2 parents db14e11 + 50ad9e5 commit 39fe65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/polling/netstats-snmp.inc.php
Expand Up @@ -49,6 +49,7 @@
$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)) {
Expand Down

0 comments on commit 39fe65e

Please sign in to comment.