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.