From 2b983865ead13889c5b30b441d6579afa3d75102 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 10 Sep 2018 20:59:26 -0500 Subject: [PATCH] fix edgecos issue (#9150) --- includes/polling/os/edgecos.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/os/edgecos.inc.php b/includes/polling/os/edgecos.inc.php index a145dcc602..49deee9573 100644 --- a/includes/polling/os/edgecos.inc.php +++ b/includes/polling/os/edgecos.inc.php @@ -12,7 +12,7 @@ if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.6.')) { $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'; }