2008-10-16 Ramon Novoa <rnovoa@artica.es>
* godmode/modules/manage_network_components_form_wmi.php: Added WMI namespace option. * godmode/modules/manage_network_components.php: Small fix. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1159 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ad4ba4d251
commit
08addc07f2
|
@ -1,3 +1,10 @@
|
||||||
|
2008-10-16 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* godmode/modules/manage_network_components_form_wmi.php: Added
|
||||||
|
WMI namespace option.
|
||||||
|
|
||||||
|
* godmode/modules/manage_network_components.php: Small fix.
|
||||||
|
|
||||||
2008-10-15 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
2008-10-15 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||||
|
|
||||||
* include/functions_db.php: Fix where the attachment wouldn't be
|
* include/functions_db.php: Fix where the attachment wouldn't be
|
||||||
|
|
|
@ -42,6 +42,7 @@ $snmp_community="";
|
||||||
$id_module_group="";
|
$id_module_group="";
|
||||||
$module_interval="";
|
$module_interval="";
|
||||||
$id_group = "";
|
$id_group = "";
|
||||||
|
$plugin_parameter = "";
|
||||||
|
|
||||||
// ------------------
|
// ------------------
|
||||||
// CREATE MODULE
|
// CREATE MODULE
|
||||||
|
|
|
@ -162,6 +162,14 @@ pandora_help("wmifield");
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
echo '<td class="datos2">';
|
echo '<td class="datos2">';
|
||||||
echo '<input type="text" name="tcp_port" size="5" value="' . $tcp_port . '">';
|
echo '<input type="text" name="tcp_port" size="5" value="' . $tcp_port . '">';
|
||||||
|
echo '</td>';
|
||||||
|
|
||||||
|
// Namespace
|
||||||
|
echo '<td class="datos2">' . __('Namespace');
|
||||||
|
pandora_help("wminamespace");
|
||||||
|
echo '</td>';
|
||||||
|
echo '<td class="datos2">';
|
||||||
|
echo '<input type="text" name="tcp_send" size="25" value="' . $tcp_send . '">';
|
||||||
echo '</td></tr>';
|
echo '</td></tr>';
|
||||||
|
|
||||||
// Username
|
// Username
|
||||||
|
|
Loading…
Reference in New Issue