diff --git a/pandora_console/godmode/agentes/agent_wizard.snmp_interfaces_explorer.php b/pandora_console/godmode/agentes/agent_wizard.snmp_interfaces_explorer.php index f4c432cb7a..af9ee09294 100644 --- a/pandora_console/godmode/agentes/agent_wizard.snmp_interfaces_explorer.php +++ b/pandora_console/godmode/agentes/agent_wizard.snmp_interfaces_explorer.php @@ -321,6 +321,8 @@ if ($create_modules) { $module_type = 2; } else if (preg_match('/ifAdminStatus/', $name_array[1])) { $module_type = 2; + } else if (preg_match('/ifOperStatus/', $name_array[1])) { + $module_type = 18; } else { $module_type = 4; }