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:
Ramon Novoa 2008-10-16 15:20:26 +00:00
parent ad4ba4d251
commit 08addc07f2
3 changed files with 16 additions and 0 deletions

View File

@ -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>
* include/functions_db.php: Fix where the attachment wouldn't be

View File

@ -42,6 +42,7 @@ $snmp_community="";
$id_module_group="";
$module_interval="";
$id_group = "";
$plugin_parameter = "";
// ------------------
// CREATE MODULE

View File

@ -162,6 +162,14 @@ pandora_help("wmifield");
echo '</td>';
echo '<td class="datos2">';
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>';
// Username