From a2b0c3f130d34ebfc62c5361b42fdd07d6412f7a Mon Sep 17 00:00:00 2001 From: marostegui Date: Tue, 20 Mar 2007 07:56:24 +0000 Subject: [PATCH] 2007-03-20 Manuel Arostegui * en/pandora_install.xml: Fixed some confusions; using Babel rather than Pandora. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@400 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_doc/ChangeLog | 5 +++++ pandora_doc/en/pandora_install.xml | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/pandora_doc/ChangeLog b/pandora_doc/ChangeLog index 24f1256b7b..1fea966352 100644 --- a/pandora_doc/ChangeLog +++ b/pandora_doc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-20 Manuel Arostegui + + * en/pandora_install.xml: Fixed some confusions; using Babel rather + than Pandora. + 2006-12-26 Raul Mateos * extras/Pandora_DataServer_Diagram-1.odg, diff --git a/pandora_doc/en/pandora_install.xml b/pandora_doc/en/pandora_install.xml index a9476c57ae..4bc46253d8 100644 --- a/pandora_doc/en/pandora_install.xml +++ b/pandora_doc/en/pandora_install.xml @@ -296,9 +296,9 @@ MySQL, from the MySQL prompt: - mysql> use babel - mysql> source path_to_babel_dbstruct.sql - mysql> source path_to_babel_dbdata.sql + mysql> use pandora + mysql> source path_to_pandora_dbstruct.sql + mysql> source path_to_pandora_dbdata.sql This example is valid using root user in @@ -1348,13 +1348,13 @@ Windows Agent testing You can check the Pandora Windows Agent output in the - C:\babel\babel-debug.dbg file, that is a + C:\pandora\pandora-debug.dbg file, that is a plain text file and includes info about the execution flow of the Agent. To test that SSH is working correctly, you can use the - --test-ssh parameter in the executable file. This force babel + --test-ssh parameter in the executable file. This force pandora to conect using internal SSH and copy a file called "ssh.test". @@ -1362,7 +1362,7 @@ Windows Agent configuration - All setup is made in babel_agent.conf. + All setup is made in pandora_agent.conf. This file is a list of keys/values pairs. Here is an example of this file.