2008-10-15 Ramon Novoa <rnovoa@artica.es>

* godmode/agentes/module_manager_editor_network.php: Removed SNMP
          version 3 support (was not complete).




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1156 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2008-10-15 11:21:18 +00:00
parent 13edae99af
commit c6d2c1b61f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-15 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor_network.php: Removed SNMP
version 3 support (was not complete).
2008-10-14 Evi Vanoost <vanooste@rcbi.rochester.edu>
* reporting/fgraph.php: Fixed a bug that wouldn't render specific

View File

@ -221,7 +221,6 @@ echo '<td class="datos">'.__('SNMP version');
$snmp_versions["1"] = "1";
$snmp_versions["2"] = "2";
$snmp_versions["2c"] = "2c";
$snmp_versions["3"] = "3";
echo '</td>';
echo '<td>';
// SNMP module, tcp_send contains the snmp version