diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 5526cc5db8..45142662cb 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-07 Raul Mateos
-To create a Recon Task, you must fill this form. Please fill all the fields, paying special attention to "Recon Server" and "Network Server", remember you must choose one for each, so the task will be assinged to the required servers and it will run.
+To create a Recon (Reconnaissance) Task, you must fill this form. Please fill all the fields, paying special attention to "Recon Server" and "Network Server", remember you must choose one for each, so the task will be assigned to the required servers and it will run.
-"Network" refers to the network segment, and are defined using CIDR format. For example 192.168.1.0/24 refers to all C class on 192.168.1.0, wich includes all the addresses in the scope: 192.168.1.0 - 192.168.1.255.
+"Network" refers to the network segment, and are defined using CIDR format. For example 192.168.1.0/24 refers to all C class on 192.168.1.0, which includes all the addresses in the scope: 192.168.1.0 - 192.168.1.255.
"Module template" are predefined profiles for the reconnaissance task. It will add such modules defined in the profile to the newly discovered machines in the network.
-
-
-If you needed to create a module that uses this plugin, you would need to choose the plugin (this new plugin would apear in the combo to be selected). Afterwards only to fill the IP Address, Username, and Password would be required. Pandora FMS will put this data into the appropiate fields when executing external plugins.
+If you needed to create a module that uses this plugin, you would need to choose the plugin (this new plugin will show up in the combo to be selected). Afterwards only to fill the IP Address, Username, and Password would be required. Pandora FMS will put this data into the appropriate fields when executing external plugins.
There are always some sort of parameters which cannot be "generic", in this scenario, you would have "tablespace" parameter. This one is very particular for Informix, but each example could have its own exception. You would have a field called "Plugin parameter", that is used to pass "as is" to the plugin. In this particular case you would need to put "-T tablespace" there.
If you want to use another tablespace, just create another module with different string after "-T".
-Of course, in "Plugin parameter" field, you can put more than one parameter. All data entered there is passed to the plugin "as is".
\ No newline at end of file
+Of course, in "Plugin parameter" field, you can put more than one parameter. All data entered there is passed to the plugin "as is".
diff --git a/pandora_console/include/help/en/help_recontask.php b/pandora_console/include/help/en/help_recontask.php
index 2e387f3b99..76104e771b 100644
--- a/pandora_console/include/help/en/help_recontask.php
+++ b/pandora_console/include/help/en/help_recontask.php
@@ -6,11 +6,11 @@
Recon Task
-This module just send character strings to destination IP / port, wait for response and optionally match it's response with a predefined response. If TCP SEND / TCP RCV. fields are emply just check for an open port in destination. +This module just send character strings to destination IP / port, wait for response and optionally match it's response with a predefined response. If TCP SEND / TCP RCV. fields are empty, it just checks for an open port in destination.
You can use ^M string to send a carriage return, and also can use a multi request / multi response conversation. Several request and responses are separated with | character. @@ -16,7 +16,7 @@ You can use ^M string to send a carriage return, and also can use a multi reques
-Just imagine that you want to check that www.yahoo.com reply correctly to a HTTP request. Put this in TCP Send:
+Just imagine that you want to check that www.yahoo.com reply correctly to a HTTP request. Put this in TCP Send:
GET / HTTP/1.0^M^M
And this on TCP receive:
diff --git a/pandora_console/operation/servers/view_server_detail.php b/pandora_console/operation/servers/view_server_detail.php
index 4963765d36..abd9ff87ff 100644
--- a/pandora_console/operation/servers/view_server_detail.php
+++ b/pandora_console/operation/servers/view_server_detail.php
@@ -46,12 +46,13 @@ $id_server = (int) get_parameter ("server_id", -1);
$server_name = get_server_name ($id_server);
$recon_tasks = get_db_all_rows_field_filter ("trecon_task", "id_recon_server", $id_server);
-echo "