From c4c80edbfdf30f739d5bb0942db4a8466465e753 Mon Sep 17 00:00:00 2001 From: marostegui Date: Wed, 11 Apr 2007 07:21:55 +0000 Subject: [PATCH] 2007-04-11 Manuel Arostegui * en/pandora_quick_install.xml: Added some new text and some corrections done as well. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@416 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_doc/ChangeLog | 5 +++ pandora_doc/en/pandora_quick_install.xml | 45 +++++++++++++++++------- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/pandora_doc/ChangeLog b/pandora_doc/ChangeLog index ab09c8bb52..6284b9fcce 100644 --- a/pandora_doc/ChangeLog +++ b/pandora_doc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-11 Manuel Arostegui + + * en/pandora_quick_install.xml: Added some new text and some + corrections done as well. + 2007-04-04 Manuel Arostegui * en/pandora_introduction.xml, pandora_chapter1.xml: Text corrections. diff --git a/pandora_doc/en/pandora_quick_install.xml b/pandora_doc/en/pandora_quick_install.xml index 5ecffc75ad..be77b34f84 100644 --- a/pandora_doc/en/pandora_quick_install.xml +++ b/pandora_doc/en/pandora_quick_install.xml @@ -523,7 +523,10 @@ server_ip: The server IP is the IP address or the host name of the Pandora server, where the data will be stored. The host must be reachable and - must be listening to port 22 (SSH). + must be listening to port 22 (SSH). If it's listening in + any other port, you would have to set it up in the option + which manages the ssh port to connect to, also in the + pandora_agent.conf. @@ -540,10 +543,26 @@ usually /opt/pandora/data_out, and in Windows systems C:\pandora\data_out. - - - - + + + + + temporal: This is the full path of + the folder where the agent stores the data locally, + before it is sent to the server. It must be said that + the data packages are deleted once the agent tries to + contact Pandora server, no matter if the communication + was successful or not. This is done to avoid over + flooding hard drive of the host system where the agent + runs. The location of the local folder varies with the + architecture of the host system. In Unix systems this is + usually /opt/pandora/data_out, and + in Windows systems + C:\pandora\data_out. + + + + interval: This is the time interval in seconds in which the agent will collect data from the @@ -591,7 +610,7 @@ server_ip Pandora_Server server_path /var/spool/pandora/data_in - temporal /opt/pandora/data_out + temporal /usr/share/pandora/data_out interval 300 agent_name satellite_agent debug 1 @@ -813,8 +832,8 @@ Solaris SSH - The suggested SSH client is OpenSSH. If any other SSH client is to - be used it must be considered that each piece software may have + The suggested SSH client is OpenSSH. If any other SSH client is going + to be used it must be considered that each piece software may have different ways to generate or manage keys. For example, if F-Secure SSH is used, the public key must be in OpenSSH format when the keys are generated. The format can be changed from IETF @@ -847,7 +866,7 @@ Pandora Unix Agent install The software comes in a .tar.gz file. First of all the file needs - to be extracted into a folder, usually /opt/pandora_agent, + to be extracted into a folder, usually /usr/share/pandora_agent, although any other folder may be used. If a different folder is used, the daemon launcher must be modified by changing route to $PANDORA_HOME. @@ -1009,13 +1028,13 @@ # General Parameters # ================== - server_ip 192.168.100.45 + server_ip 192.168.100.45 server_path /var/spool/pandora/data_in - pandora_path /opt/pandora_ng/ - temporal /opt/pandora_ng/data_out + pandora_path /usr/share/pandora_agent/ + temporal /var/spool/pandora_agent/data_out interval 300 hostname linuxbox01 - debug 0 + debug 0 checksum 1 # Module Definition