mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
parent
ae1f2c1b15
commit
c414df4fb9
@ -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>
|
2008-10-14 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||||
|
|
||||||
* reporting/fgraph.php: Fixed a bug that wouldn't render specific
|
* reporting/fgraph.php: Fixed a bug that wouldn't render specific
|
||||||
|
@ -221,7 +221,6 @@ echo '<td class="datos">'.__('SNMP version');
|
|||||||
$snmp_versions["1"] = "1";
|
$snmp_versions["1"] = "1";
|
||||||
$snmp_versions["2"] = "2";
|
$snmp_versions["2"] = "2";
|
||||||
$snmp_versions["2c"] = "2c";
|
$snmp_versions["2c"] = "2c";
|
||||||
$snmp_versions["3"] = "3";
|
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
// SNMP module, tcp_send contains the snmp version
|
// SNMP module, tcp_send contains the snmp version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user