mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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
fadf63374f
commit
a2b0c3f130
@ -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>
|
2006-12-26 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* extras/Pandora_DataServer_Diagram-1.odg,
|
* extras/Pandora_DataServer_Diagram-1.odg,
|
||||||
|
@ -296,9 +296,9 @@
|
|||||||
MySQL, from the MySQL prompt:
|
MySQL, from the MySQL prompt:
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
mysql> use babel
|
mysql> use pandora
|
||||||
mysql> source path_to_babel_dbstruct.sql
|
mysql> source path_to_pandora_dbstruct.sql
|
||||||
mysql> source path_to_babel_dbdata.sql
|
mysql> source path_to_pandora_dbdata.sql
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
This example is valid using root user in
|
This example is valid using root user in
|
||||||
@ -1348,13 +1348,13 @@
|
|||||||
<title>Windows Agent testing</title>
|
<title>Windows Agent testing</title>
|
||||||
<para>
|
<para>
|
||||||
You can check the Pandora Windows Agent output in the
|
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
|
plain text file and includes info about the execution flow of
|
||||||
the Agent.
|
the Agent.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
To test that SSH is working correctly, you can use the
|
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
|
to conect using internal SSH and copy a file called
|
||||||
"ssh.test".
|
"ssh.test".
|
||||||
</para>
|
</para>
|
||||||
@ -1362,7 +1362,7 @@
|
|||||||
<sect3 id="win_a_conf">
|
<sect3 id="win_a_conf">
|
||||||
<title>Windows Agent configuration</title>
|
<title>Windows Agent configuration</title>
|
||||||
<para>
|
<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
|
This file is a list of keys/values pairs. Here is an example
|
||||||
of this file.
|
of this file.
|
||||||
<screen>
|
<screen>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user