2007-03-20 Manuel Arostegui <marostegui@artica.es>
* 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
This commit is contained in:
parent
08d609ac53
commit
4d969bbe74
|
@ -1,3 +1,8 @@
|
|||
2007-03-20 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* en/pandora_install.xml: Fixed some confusions; using Babel rather
|
||||
than Pandora.
|
||||
|
||||
2006-12-26 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* extras/Pandora_DataServer_Diagram-1.odg,
|
||||
|
|
|
@ -296,9 +296,9 @@
|
|||
MySQL, from the MySQL prompt:
|
||||
</para>
|
||||
<programlisting>
|
||||
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
|
||||
</programlisting>
|
||||
<para>
|
||||
This example is valid using root user in
|
||||
|
@ -1348,13 +1348,13 @@
|
|||
<title>Windows Agent testing</title>
|
||||
<para>
|
||||
You can check the Pandora Windows Agent output in the
|
||||
<filename>C:\babel\babel-debug.dbg</filename> file, that is a
|
||||
<filename>C:\pandora\pandora-debug.dbg</filename> file, that is a
|
||||
plain text file and includes info about the execution flow of
|
||||
the Agent.
|
||||
</para>
|
||||
<para>
|
||||
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".
|
||||
</para>
|
||||
|
@ -1362,7 +1362,7 @@
|
|||
<sect3 id="win_a_conf">
|
||||
<title>Windows Agent configuration</title>
|
||||
<para>
|
||||
All setup is made in <filename>babel_agent.conf</filename>.
|
||||
All setup is made in <filename>pandora_agent.conf</filename>.
|
||||
This file is a list of keys/values pairs. Here is an example
|
||||
of this file.
|
||||
<screen>
|
||||
|
|
Loading…
Reference in New Issue