Skip to content

Commit

Permalink
fix edgecos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Sep 4, 2018
1 parent fbb6d35 commit 96ea7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/polling/os/edgecos.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$tmp_mib = 'ECS3510-MIB';
} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.')) {
$tmp_mib = 'ECS4120-MIB';
} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11.')) {
} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11')) {
$tmp_mib = 'ES3510MA-MIB';
}

Expand Down

0 comments on commit 96ea7f8

Please sign in to comment.