mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
parent
0dcac75589
commit
bb1e84bf55
@ -9,6 +9,11 @@
|
|||||||
|
|
||||||
* linux/pandora_agent.conf: Solved small bug with vmstat.
|
* 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>
|
2006-09-20 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* linux/pandora_agent.sh: Inserted code for detect Linux Distro,
|
* linux/pandora_agent.sh: Inserted code for detect Linux Distro,
|
||||||
|
@ -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.
|
$config_fontpath = "../reporting/FreeSans.ttf"; // Change this to your font folder, if needed.
|
||||||
|
|
||||||
// Do not display any ERROR
|
// 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
|
// 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()
|
if (! mysql_pconnect($dbhost,$dbuser,$dbpassword)){ //Persistent connection. If you want non-persistent conn change it to mysql_connect()
|
||||||
|
@ -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>
|
2006-11-24 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,
|
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,
|
||||||
|
BIN
pandora_doc/en/images/pandora_ER.png
Normal file
BIN
pandora_doc/en/images/pandora_ER.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
File diff suppressed because one or more lines are too long
@ -15,7 +15,7 @@
|
|||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>&pandora; &pandora_version;</title>
|
<title>&pandora; &pandora_version;</title>
|
||||||
<graphic fileref="./images/pandora_logo.jpg" valign="bottom"
|
<graphic fileref="./images/pandora_logo.jpg" valign="bottom"
|
||||||
align="center"/>
|
align="center" scale="125"/>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2006</year>
|
<year>2006</year>
|
||||||
<holder>
|
<holder>
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
<graphic fileref="images/Pandora_NetworkServer_Diagram.png" scale="65" align="center"/>
|
<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_DataServer_Diagram.png" scale="65" align="center"/>
|
||||||
<graphic fileref="images/Pandora_SNMP_Diagram.png" scale="55" align="center"/>
|
<graphic fileref="images/Pandora_SNMP_Diagram.png" scale="55" align="center"/>
|
||||||
|
<graphic fileref="images/pandora_ER.png" scale="50" align="center"/>
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
To create a new profile click on "Manage Profiles" >
|
To create a new profile click on "Manage Profiles" >
|
||||||
"Create Profile" in the Administration Menu
|
"Create Profile" in the Administration Menu
|
||||||
</para>
|
</para>
|
||||||
<graphic fileref="images/image002.png" valign="bottom" align="center"/>
|
<graphic fileref="images/image002.png" valign="bottom" align="center" scale="60"/>
|
||||||
<para>
|
<para>
|
||||||
Any of the following roles can be assigned to a new profile:
|
Any of the following roles can be assigned to a new profile:
|
||||||
</para>
|
</para>
|
||||||
@ -116,7 +116,7 @@
|
|||||||
in the Administration Menu
|
in the Administration Menu
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<graphic fileref="images/image003.png" valign="bottom" align="center"/>
|
<graphic fileref="images/image003.png" valign="bottom" align="center" scale="60"/>
|
||||||
<para>
|
<para>
|
||||||
To create a new user it is necessary to, at least, fill in
|
To create a new user it is necessary to, at least, fill in
|
||||||
the user ID, the password (twice) and Pandora's global
|
the user ID, the password (twice) and Pandora's global
|
||||||
@ -131,7 +131,7 @@
|
|||||||
fileref="images/cancel.png"/> on the right hand side
|
fileref="images/cancel.png"/> on the right hand side
|
||||||
of the user. The list of users is accessed through the
|
of the user. The list of users is accessed through the
|
||||||
"Manage Users" option in the Administration menu.
|
"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>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
<sect1 id="sec2.4">
|
<sect1 id="sec2.4">
|
||||||
@ -145,7 +145,7 @@
|
|||||||
<para>
|
<para>
|
||||||
Click on "View Users" > "Statistics" in the Operation
|
Click on "View Users" > "Statistics" in the Operation
|
||||||
menu to show this graph:
|
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>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
<sect1 id="sec2.5">
|
<sect1 id="sec2.5">
|
||||||
|
@ -837,7 +837,7 @@
|
|||||||
This is the description of all the agent modules been
|
This is the description of all the agent modules been
|
||||||
monitored.
|
monitored.
|
||||||
</para>
|
</para>
|
||||||
<graphic scale='70' fileref="images/image017.png"
|
<graphic scale='55' fileref="images/image017.png"
|
||||||
valign="bottom" align="center"/>
|
valign="bottom" align="center"/>
|
||||||
<para>
|
<para>
|
||||||
In this list the module information is showed in the following
|
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
|
<para>This is the description of all the monitors defined by
|
||||||
the agent</para>
|
the agent</para>
|
||||||
|
|
||||||
<graphic scale='70' fileref="images/image022.png"
|
<graphic scale='55' fileref="images/image022.png"
|
||||||
valign="bottom" align="center"/>
|
valign="bottom" align="center"/>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1135,7 +1135,7 @@
|
|||||||
From SNMP Console in the Operation menu the users can see
|
From SNMP Console in the Operation menu the users can see
|
||||||
the SNMP traps sent to Pandora Server.
|
the SNMP traps sent to Pandora Server.
|
||||||
</para>
|
</para>
|
||||||
<graphic scale='70' fileref="images/SNMP_console.png"
|
<graphic scale='55' fileref="images/SNMP_console.png"
|
||||||
valign="bottom" align="center"/>
|
valign="bottom" align="center"/>
|
||||||
<sect2 id="sec3.4.1">
|
<sect2 id="sec3.4.1">
|
||||||
<title>SNMP Alerts</title>
|
<title>SNMP Alerts</title>
|
||||||
@ -1152,7 +1152,7 @@
|
|||||||
In "SNMP Console" > "SNMP Alerts" from Operation menu, the users
|
In "SNMP Console" > "SNMP Alerts" from Operation menu, the users
|
||||||
can see the configured SNMP Alerts.
|
can see the configured SNMP Alerts.
|
||||||
</para>
|
</para>
|
||||||
<graphic scale='70' fileref="images/SNMP_alert.png"
|
<graphic scale='55' fileref="images/SNMP_alert.png"
|
||||||
valign="bottom" align="center"/>
|
valign="bottom" align="center"/>
|
||||||
<para> -
|
<para> -
|
||||||
To create a new alert the administrator must click in
|
To create a new alert the administrator must click in
|
||||||
|
@ -231,10 +231,10 @@
|
|||||||
Only a user with writing privileges can attach a file,
|
Only a user with writing privileges can attach a file,
|
||||||
and only the owner of the incident or of the file can delete it.
|
and only the owner of the incident or of the file can delete it.
|
||||||
</para>
|
</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
|
<para>The incident follow up screen shows all the files attached
|
||||||
to the incident in the "Attached files" section of the screen.</para>
|
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>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
<sect1 id="sec4.3">
|
<sect1 id="sec4.3">
|
||||||
|
File diff suppressed because one or more lines are too long
@ -26,6 +26,12 @@
|
|||||||
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
|
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
|
||||||
to repository. Added specs files for Fedora Core 5 and RHEL.
|
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>
|
2006-09-29 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* pandora_server/bin/*.pl and *.pm: Updated some comments from
|
* pandora_server/bin/*.pl and *.pm: Updated some comments from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user