2009-11-07 Raul Mateos <raulofpandora@gmail.com>

* operation/servers/view_server_detail.php: Change title to show the
	father section and some added texts.

	* include/help/en/help_*.php: Several language fixes.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2095 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2009-11-07 00:34:12 +00:00
parent a8712f2f9c
commit 0ad5a31b04
6 changed files with 27 additions and 19 deletions

View File

@ -1,3 +1,10 @@
2009-11-07 Raul Mateos <raulofpandora@gmail.com>
* operation/servers/view_server_detail.php: Change title to show the
father section and some added texts.
* include/help/en/help_*.php: Several language fixes.
2009-11-06 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/tactical.php, general/logon_ok.php: Use the same

View File

@ -7,14 +7,14 @@
The following list describes the module types:
<ul>
<li>async_data: Asyncronous numeric data</li>
<li>async_inc: Asyncronous incremental data</li>
<li>async_proc: Asyncronous proc data</li>
<li>async_string: Asyncronous string data</li>
<li>generic_data: Generic module to adquire numeric data</li>
<li>generic_data_inc: Generic module to adquire numeric incremental data</li>
<li>generic_data_string: Generic module to adquire alphanumeric data</li>
<li>generic_proc: Generic module to adquire boolean data</li>
<li>async_data: Asynchronous numeric data</li>
<li>async_inc: Asynchronous incremental data</li>
<li>async_proc: Asynchronous proc data</li>
<li>async_string: Asynchronous string data</li>
<li>generic_data: Generic module to acquire numeric data</li>
<li>generic_data_inc: Generic module to acquire numeric incremental data</li>
<li>generic_data_string: Generic module to acquire alphanumeric data</li>
<li>generic_proc: Generic module to acquire boolean data</li>
<li>image_jpg: Image JPG data</li>
<li>image_png: Image PNG data</li>
<li>keep_alive: KeepAlive</li>

View File

@ -42,10 +42,10 @@ Operation could be "status", "qps", "load", "fragment" and "memory". It returns
</table>
<br>
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.
<br><br>
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.
<br><br>
If you want to use another tablespace, just create another module with different string after "-T".
<br><br>
Of course, in "Plugin parameter" field, you can put more than one parameter. All data entered there is passed to the plugin "as is".
Of course, in "Plugin parameter" field, you can put more than one parameter. All data entered there is passed to the plugin "as is".

View File

@ -6,11 +6,11 @@
<h1>Recon Task</h1>
<p>
To create a Recon Task, you must fill this form. Please fill all the fields, paying special attention to <b>"Recon Server"</b> and <b>"Network Server"</b>, 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 <b>"Recon Server"</b> and <b>"Network Server"</b>, remember you must choose one for each, so the task will be assigned to the required servers and it will run.
</p>
<p>
"Network" refers to the network segment, and are defined using <b>CIDR</b> format. For example 192.168.1.0/24 refers to <i>all C class on 192.168.1.0</i>, 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 <b>CIDR</b> format. For example 192.168.1.0/24 refers to <i>all C class on 192.168.1.0</i>, which includes all the addresses in the scope: 192.168.1.0 - 192.168.1.255.
</p>
<p>
"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.
</p>
</p>

View File

@ -6,7 +6,7 @@
<h1>TCP Check</h1>
<p>
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.
</p>
<p>
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
<h2>Example #1. Checking WEB service</h2>
<p>
Just imagine that you want to check that www.yahoo.com reply correctly to a HTTP request. Put this in TCP Send:<br><BR>
Just imagine that you want to check that www.yahoo.com reply correctly to a HTTP request. Put this in TCP Send:<br><br>
GET / HTTP/1.0^M^M
<br /><br />
And this on TCP receive:

View File

@ -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 "<h2>". __('Configuration detail') . " - ".safe_input ($server_name);
echo "<h2>".__('Pandora servers')." &raquo; ";
echo __('Configuration detail') . " - ".safe_input ($server_name);
echo '&nbsp;<a href="index.php?sec=estado_server&amp;sec2=operation/servers/view_server_detail&amp;server_id='.$id_server.'">';
print_image ("images/refresh.png");
echo "</a>&nbsp;";
if (check_acl ($config["id_user"],0,"PW")){
echo "<a href='index.php?sec=gservers&sec2=godmode/servers/manage_recontask'><img src='images/setup.png'></A>";
echo "<a href='index.php?sec=gservers&sec2=godmode/servers/manage_recontask'><img src='images/setup.png'></a>";
}
echo "</h2>";
@ -69,7 +70,7 @@ $table->head = array ();
$table->data = array ();
$table->align = array ();
$table->head[0] = '';
$table->head[0] = __('Force');
$table->align[0] = "center";
$table->head[1] = __('Task name');
@ -99,7 +100,7 @@ $table->align[8] = "center";
$table->head[9] = __('Updated at');
$table->align[9] = "center";
$table->head[10] = '';
$table->head[10] = __('Edit');
$table->align[10] = "center";
foreach ($recon_tasks as $task) {