2006-11-28 Sancho Lerena <slerena@artica.es>

* pandora_doc: Updated styles, added ER diagram and finished
	revision. Generated "correct" PDF versions. Possibly final versions :-)

	* Other stuff: Fixed several SVN conflicts in my repository
          and updated several ChangeLogs that I dont commit.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2006-11-28 14:00:38 +00:00
parent 10c8253981
commit 1296318795
12 changed files with 11032 additions and 10803 deletions

View File

@ -9,6 +9,11 @@
* linux/pandora_agent.conf: Solved small bug with vmstat.
2006-11-15 Sancho Lerena <slerena@artica.es>
* linux/pandora_agent_daemon: Updated header for LSB compatibility
(thanks to patch send by Jose Angel de Bustos.
2006-09-20 Sancho Lerena <slerena@artica.es>
* linux/pandora_agent.sh: Inserted code for detect Linux Distro,

View File

@ -33,7 +33,10 @@ $attachment_store="/var/www/pandora_console"; //This is directory where placed "
$config_fontpath = "../reporting/FreeSans.ttf"; // Change this to your font folder, if needed.
// Do not display any ERROR
error_reporting(0);
// error_reporting(0);
// Display all errores, warnings and notices
error_reporting(E_ALL);
// Read rest of config from DB
if (! mysql_pconnect($dbhost,$dbuser,$dbpassword)){ //Persistent connection. If you want non-persistent conn change it to mysql_connect()

View File

@ -1,3 +1,8 @@
2006-11-28 Sancho Lerena <slerena@artica.es>
* en/*.xml: Updated styles, added ER diagram and finished
revision. Generated "correct" PDF versions. Possibly final versions :-)
2006-11-24 Manuel Arostegui <marostegui@artica.es>
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
<bookinfo>
<title>&pandora; &pandora_version;</title>
<graphic fileref="./images/pandora_logo.jpg" valign="bottom"
align="center"/>
align="center" scale="125"/>
<copyright>
<year>2006</year>
<holder>

View File

@ -161,7 +161,7 @@
<graphic fileref="images/Pandora_NetworkServer_Diagram.png" scale="65" align="center"/>
<graphic fileref="images/Pandora_DataServer_Diagram.png" scale="65" align="center"/>
<graphic fileref="images/Pandora_SNMP_Diagram.png" scale="55" align="center"/>
<graphic fileref="images/pandora_ER.png" scale="50" align="center"/>
</para>
</sect1>
</chapter>

View File

@ -64,7 +64,7 @@
To create a new profile click on "Manage Profiles" &gt;
"Create Profile" in the Administration Menu
</para>
<graphic fileref="images/image002.png" valign="bottom" align="center"/>
<graphic fileref="images/image002.png" valign="bottom" align="center" scale="60"/>
<para>
Any of the following roles can be assigned to a new profile:
</para>
@ -116,7 +116,7 @@
in the Administration Menu
</para>
<graphic fileref="images/image003.png" valign="bottom" align="center"/>
<graphic fileref="images/image003.png" valign="bottom" align="center" scale="60"/>
<para>
To create a new user it is necessary to, at least, fill in
the user ID, the password (twice) and Pandora's global
@ -131,7 +131,7 @@
fileref="images/cancel.png"/> on the right hand side
of the user. The list of users is accessed through the
"Manage Users" option in the Administration menu.
<graphic fileref="images/image005.png" valign="bottom" align="center"/>
<graphic fileref="images/image005.png" valign="bottom" align="center" scale="60"/>
</para>
</sect1>
<sect1 id="sec2.4">
@ -145,7 +145,7 @@
<para>
Click on "View Users" &gt; "Statistics" in the Operation
menu to show this graph:
<graphic fileref="images/image006.png" valign="bottom" align="center"/>
<graphic fileref="images/image006.png" valign="bottom" align="center" scale="60"/>
</para>
</sect1>
<sect1 id="sec2.5">

View File

@ -837,7 +837,7 @@
This is the description of all the agent modules been
monitored.
</para>
<graphic scale='70' fileref="images/image017.png"
<graphic scale='55' fileref="images/image017.png"
valign="bottom" align="center"/>
<para>
In this list the module information is showed in the following
@ -926,7 +926,7 @@
<para>This is the description of all the monitors defined by
the agent</para>
<graphic scale='70' fileref="images/image022.png"
<graphic scale='55' fileref="images/image022.png"
valign="bottom" align="center"/>
<para>
@ -1135,7 +1135,7 @@
From SNMP Console in the Operation menu the users can see
the SNMP traps sent to Pandora Server.
</para>
<graphic scale='70' fileref="images/SNMP_console.png"
<graphic scale='55' fileref="images/SNMP_console.png"
valign="bottom" align="center"/>
<sect2 id="sec3.4.1">
<title>SNMP Alerts</title>
@ -1152,7 +1152,7 @@
In "SNMP Console" &gt; "SNMP Alerts" from Operation menu, the users
can see the configured SNMP Alerts.
</para>
<graphic scale='70' fileref="images/SNMP_alert.png"
<graphic scale='55' fileref="images/SNMP_alert.png"
valign="bottom" align="center"/>
<para> -
To create a new alert the administrator must click in

View File

@ -231,10 +231,10 @@
Only a user with writing privileges can attach a file,
and only the owner of the incident or of the file can delete it.
</para>
<graphic fileref="images/image039.png" valign="bottom" align="center"/>
<graphic fileref="images/image039.png" valign="bottom" align="center" scale="70"/>
<para>The incident follow up screen shows all the files attached
to the incident in the "Attached files" section of the screen.</para>
<graphic fileref="images/image040.png" valign="bottom" align="center"/>
<graphic fileref="images/image040.png" valign="bottom" align="center" scale="60"/>
</sect2>
</sect1>
<sect1 id="sec4.3">

File diff suppressed because one or more lines are too long

View File

@ -26,6 +26,12 @@
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
to repository. Added specs files for Fedora Core 5 and RHEL.
2006-11-13 Sancho Lerena <slerena@artica.es>
* /bin/pandora_config.pm: Added $VERSION variable to be used for
packagers.
2006-09-29 Raul Mateos <raulofpandora@gmail.com>
* pandora_server/bin/*.pl and *.pm: Updated some comments from