2006-09-29 Sancho Lerena <estebans@artica.es>
* pandora_userguide.xml, pandora_chapter*: Many changes to use PNG graphics instead .GIF. Many format changes. * many *.gif - > *.png: .GIF files deleted and replaced by .PNG. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@204 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
Before Width: | Height: | Size: 372 B |
After Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 182 B |
After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 345 B |
After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 345 B |
After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 375 B |
After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 354 B |
After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 561 B |
After Width: | Height: | Size: 816 B |
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
for a in `ls *.gif`
|
||||
do
|
||||
nombre=`echo $a | cut -f 1 -d "." `
|
||||
convert $nombre.gif $nombre.png
|
||||
done
|
||||
|
Before Width: | Height: | Size: 256 B |
After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 282 B |
After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 223 B |
After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 223 B |
After Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 295 B |
After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 273 B |
After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 578 B |
After Width: | Height: | Size: 734 B |
|
@ -5,12 +5,14 @@
|
|||
<sect1 id="sec1.1">
|
||||
<title>What is Pandora?</title>
|
||||
|
||||
<para>Pandora is a monitoring tool that allows a system administrator
|
||||
<para>
|
||||
Pandora is a monitoring tool that allows a system administrator
|
||||
to visually analise the status and efficiency of Operating
|
||||
Systems, Servers, Applications and Hardware Systems - such as
|
||||
firewalls, proxies, databases, Web servers, tunnelling servers,
|
||||
routers, switches, processes, services, remote access servers and
|
||||
so on. All integrated into an open and distributed architecture.
|
||||
routers, switches, processes, services, remote access servers
|
||||
and so on. All integrated into an open and distributed
|
||||
architecture.
|
||||
</para>
|
||||
<para>
|
||||
Pandora can be implemented over any operating system, with specific
|
||||
|
@ -22,75 +24,79 @@
|
|||
|
||||
<para>Pandora architecture is formed of four main components:</para>
|
||||
|
||||
<para><emphasis>- Web Console:</emphasis>
|
||||
Pandora's user interface. The user controls and operates the system
|
||||
with it. Several Web consoles can be implemented in a single system.
|
||||
The Web console is written in PHP, and rests on a database and
|
||||
a Web server. It is compatible with any platforms - GNU/Linux,
|
||||
Solaris, Win2000, AIX, etc. However, the official supported platform
|
||||
is GNU/Linux.
|
||||
<para>
|
||||
<emphasis>- Web Console:</emphasis> Pandora's user
|
||||
interface. The user controls and operates the system with
|
||||
it. Several Web consoles can be implemented in a single system.
|
||||
The Web console is written in PHP, and rests on a database and a
|
||||
Web server. It is compatible with any platforms - GNU/Linux,
|
||||
Solaris, Win2000, AIX, etc. However, the official supported
|
||||
platform is GNU/Linux.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The console permits the user to
|
||||
control the status of the agents, view statistical information,
|
||||
generate graphs and data tables, keep a system incident control,
|
||||
as well as to generate reports and change the alerts, agents,
|
||||
and user profile settings.
|
||||
</para>
|
||||
|
||||
<para><emphasis>- Core Server:</emphasis>
|
||||
The core server is the receptor of
|
||||
the data packages and generates the alerts - it is the brain
|
||||
of the system. Several servers can work alongside for larger systems.
|
||||
It has been developed in Perl and works over any platform, although,
|
||||
the official platform is GNU/Linux.
|
||||
The console permits the user to control the status of the
|
||||
agents, view statistical information, generate graphs and data
|
||||
tables, keep a system incident control, as well as to generate
|
||||
reports and change the alerts, agents, and user profile
|
||||
settings.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The core server accesses Pandora
|
||||
database, which is shared with the Web server, and stores the
|
||||
processed data packages. The server is executed under the name of
|
||||
"Demonio", and processes the packages stored in its file system.
|
||||
The data is generated by the system agents. Despite the server's
|
||||
low system resources comsumption and simple installation and
|
||||
operation, the core server is the most critical element of the system.
|
||||
The core server receives and processes the produced data, and fires
|
||||
the alerts and the events.
|
||||
<emphasis>- Core Server:</emphasis> Pandora Core server is the
|
||||
receptor of the data packages and generates the alerts - it is
|
||||
the brain of the system. Several servers can work alongside for
|
||||
larger systems. It has been developed in Perl and works over
|
||||
any platform, although, the official platform is GNU/Linux.
|
||||
</para>
|
||||
|
||||
<para><emphasis>- Central Database:</emphasis>
|
||||
At the moment the system only supports MySQL. The central database
|
||||
keeps all the information Pandora needs to work - agent data,
|
||||
settings, user information, incidents, system settings, etc. The
|
||||
system can use a MySQL cluster to store the information, or a high
|
||||
<para>
|
||||
The core server accesses Pandora database, which is shared with
|
||||
the Web server, and stores the processed data packages. The
|
||||
server is executed under the name of "Demonio", and processes
|
||||
the packages stored in its file system. The data is generated
|
||||
by the system agents. Despite the server's low system resources
|
||||
comsumption and simple installation and operation, the core
|
||||
server is the most critical element of the system. The core
|
||||
server receives and processes the produced data, and fires the
|
||||
alerts and the events.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<emphasis>- Central Database:</emphasis> At the moment the
|
||||
system only supports MySQL. The central database keeps all the
|
||||
information Pandora needs to work - agent data, settings, user
|
||||
information, incidents, system settings, etc. The system can use
|
||||
a MySQL cluster to store the information, or a high
|
||||
disponibility solution for larger sytems.
|
||||
</para>
|
||||
|
||||
<para>This database can work with any of
|
||||
the platform officially supported by MySQL. Pandora can be implemented
|
||||
with MySQL versions 3.0 and 4.0, although the latest is recommended.
|
||||
<para>
|
||||
This database can work with any of the platform officially
|
||||
supported by MySQL. Pandora can be implemented with MySQL
|
||||
versions 3.0 and 4.0, although the latest is recommended.
|
||||
</para>
|
||||
|
||||
<para><emphasis>- Pandora Agents:</emphasis> They collect all the
|
||||
<para>
|
||||
<emphasis>- Pandora Agents:</emphasis> They collect all the
|
||||
system's data. They are executed in each local system, although
|
||||
they can also collect remote information by intalling monitoring
|
||||
sytems for the agent in several different machines
|
||||
- called satellite agents.
|
||||
sytems for the agent in several different machines - called
|
||||
satellite agents.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
They have been developed to work under a specific platform,
|
||||
making use of the specific tools of the used language: VBSCript/Windows
|
||||
Scripting for Microsoft platforms (Win2000, WinXP y Win2003) and
|
||||
ShellScripting for Unix - which includes GNU/Linux, Solaris, AIX, HP-UX
|
||||
and BSD, as well as the Nokia's IPSO. Pandora agents can be developed
|
||||
in virtually any language, given its simple API and being open source.
|
||||
making use of the specific tools of the used language:
|
||||
VBSCript/Windows Scripting for Microsoft platforms (Win2000,
|
||||
WinXP y Win2003) and ShellScripting for Unix - which includes
|
||||
GNU/Linux, Solaris, AIX, HP-UX and BSD, as well as the Nokia's
|
||||
IPSO. Pandora agents can be developed in virtually any language,
|
||||
given its simple API and being open source.
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 id="sec1.2">
|
||||
<title>Pandora Administration</title>
|
||||
|
||||
<para>
|
||||
The web console is the tool used to administrate
|
||||
Pandora. It is written in PHP and doesn't need any
|
||||
|
|
|
@ -1,61 +1,50 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<chapter id="chapter2">
|
||||
|
||||
<title>Users</title>
|
||||
|
||||
<para>
|
||||
The definition of a user is based on the user's daily
|
||||
activity. One or more profiles can be assigned to a single
|
||||
user
|
||||
activity. One or more profiles can be assigned to a single user
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A profile is a list of actions a user can or cannot perform
|
||||
on a given group, e.g. "view incidents", "database
|
||||
management", etc
|
||||
A profile is a list of actions a user can or cannot perform on a
|
||||
given group, e.g. "view incidents", "database management", etc
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Each user is given a number of groups of agents he/she has
|
||||
permission to access, as well as the administrative profile
|
||||
he/she will have in each group. Each user can belong to one
|
||||
or more groups, with an assigned profile for each of
|
||||
them.
|
||||
permission to access, as well as the administrative profile he/she
|
||||
will have in each group. Each user can belong to one or more
|
||||
groups, with an assigned profile for each of them.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Agent belongs to a group and only one, sharing the group
|
||||
with agents of similar characteristics. Groups also contain
|
||||
incidents.
|
||||
Agent belongs to a group and only one, sharing the group with
|
||||
agents of similar characteristics. Groups also contain incidents.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Summarizing: User profiles in Pandora define which users can
|
||||
access Pandora as well as what each user can do. Groups
|
||||
define elements in common among various users. Each user
|
||||
could be in one or more groups at any one time. Each group
|
||||
has user profiles which are defined and attached to it. A
|
||||
profile is a list of things a user can do, such as view
|
||||
incidents, manage database or other.
|
||||
access Pandora as well as what each user can do. Groups define
|
||||
elements in common among various users. Each user could be in one
|
||||
or more groups at any one time. Each group has user profiles which
|
||||
are defined and attached to it. A profile is a list of things a
|
||||
user can do, such as view incidents, manage database or other.
|
||||
</para>
|
||||
|
||||
<sect1 id="sec2.1">
|
||||
<title>Profile manager</title>
|
||||
|
||||
<para>
|
||||
Pandora's profile manager is used to assign specific
|
||||
profiles to each user. A hierarchy of users is so created,
|
||||
structured by the user's profile within the company. With
|
||||
this system different security levels can be implemented:
|
||||
read-only users, agent group coordinators or system
|
||||
administrators.
|
||||
Pandora's profile manager is used to assign specific profiles to
|
||||
each user. A hierarchy of users is so created, structured by the
|
||||
user's profile within the company. With this system different
|
||||
security levels can be implemented: read-only users, agent group
|
||||
coordinators or system administrators.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A profile is created from the Profile Manager tool in the
|
||||
Administration menu. There are five predefined
|
||||
profiles:
|
||||
Administration menu. There are five predefined profiles:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -76,7 +65,7 @@
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
To create a new profile click on "Manage Profiles">
|
||||
To create a new profile click on "Manage Profiles" >
|
||||
"Create Profile" in the Administration Menu
|
||||
</para>
|
||||
<graphic fileref="images/image002.png" valign="bottom" align="center"/>
|
||||
|
@ -94,8 +83,10 @@
|
|||
<para>Manage incidents (IM)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>View agents (AR). To view agents as well as the events
|
||||
generated by them</para>
|
||||
<para>
|
||||
View agents (AR). To view agents as well as the events
|
||||
generated by them
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Edit agents (AW). To modify then agent's modules</para>
|
||||
|
@ -107,8 +98,10 @@
|
|||
<para>Manage users (UM). To modify users and their roles</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Manage DB (DM). To modify the configuration and data
|
||||
of the database (Global)</para>
|
||||
<para>
|
||||
Manage DB (DM). To modify the configuration and data of the
|
||||
database (Global)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Manage alerts (LM). To define new alerts (Global)</para>
|
||||
|
@ -149,7 +142,7 @@
|
|||
<graphic fileref="images/image004.png" valign="bottom" align="center"/>
|
||||
<para>
|
||||
A user profile is deleted by clicking on the delete icon
|
||||
<inlinegraphic fileref="images/cancel.gif"/> on the right
|
||||
<inlinegraphic fileref="images/cancel.png"/> on the right
|
||||
hand side of the profile.
|
||||
</para>
|
||||
</sect1>
|
||||
|
@ -158,7 +151,7 @@
|
|||
|
||||
<para>
|
||||
A user is deleted by clicking on the delete icon <inlinegraphic
|
||||
fileref="images/cancel.gif"/> 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
|
||||
"Manage Users" option in the Administration menu.
|
||||
<graphic fileref="images/image005.png" valign="bottom" align="center"/>
|
||||
|
@ -173,9 +166,10 @@
|
|||
user usually reflects the user's activity.
|
||||
</para>
|
||||
<para>
|
||||
Click on "View Users">"Statistics" in the Operation
|
||||
Click on "View Users" > "Statistics" in the Operation
|
||||
menu to show this graph:
|
||||
<graphic fileref="images/image006.png" valign="bottom" align="center"/> </para>
|
||||
<graphic fileref="images/image006.png" valign="bottom" align="center"/>
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 id="sec2.5">
|
||||
<title>Messages to users</title>
|
||||
|
@ -187,10 +181,10 @@
|
|||
<sect2 id="sec2.5.1">
|
||||
<title>Messages to groups</title>
|
||||
<para>
|
||||
From "Messages">"Messages to groups" section in the
|
||||
Operation menu you can send messages to groups of users.
|
||||
The sent messages will not be stores.
|
||||
From "Messages" > "Messages to groups" section in the
|
||||
Operation menu you can send messages to groups of users. The
|
||||
sent messages will not be stores.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</sect1>
|
||||
</chapter>
|
|
@ -71,85 +71,109 @@
|
|||
The incident list is displayed showing information in the following columns:
|
||||
</para>
|
||||
|
||||
<para><emphasis>ID:</emphasis> ID of the incident.</para>
|
||||
<para><emphasis>Status:</emphasis> The incident status is represented by the following
|
||||
icons:</para>
|
||||
<para>
|
||||
<emphasis>ID:</emphasis> ID of the incident.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Status:</emphasis> The incident status is represented by
|
||||
the following icons:
|
||||
</para>
|
||||
|
||||
<para><inlinegraphic fileref="images/dot_red.gif"/> Active incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_yellow.gif"/> Active incident
|
||||
<para><inlinegraphic fileref="images/dot_red.png"/> Active incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_yellow.png"/> Active incident
|
||||
with comments</para>
|
||||
<para><inlinegraphic fileref="images/dot_blue.gif"/> Rejected incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_green.gif"/> Closed incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_white.gif"/> Expired incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_blue.png"/> Rejected incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_green.png"/> Closed incident</para>
|
||||
<para><inlinegraphic fileref="images/dot_white.png"/> Expired incident</para>
|
||||
|
||||
<para><emphasis>Incident name:</emphasis> Name given to the incident</para>
|
||||
<para><emphasis>Priority:</emphasis> The incident assigned priority is represented
|
||||
by the following icons:</para>
|
||||
<para>
|
||||
<emphasis>Priority:</emphasis> The incident assigned priority is
|
||||
represented by the following icons:
|
||||
</para>
|
||||
|
||||
<para><inlinegraphic fileref="images/dot_red.gif"/>
|
||||
<inlinegraphic fileref="images/dot_red.gif"/>
|
||||
<inlinegraphic fileref="images/dot_red.gif"/>
|
||||
<para><inlinegraphic fileref="images/dot_red.png"/>
|
||||
<inlinegraphic fileref="images/dot_red.png"/>
|
||||
<inlinegraphic fileref="images/dot_red.png"/>
|
||||
Very high priority</para>
|
||||
<para><inlinegraphic fileref="images/dot_yellow.gif"/>
|
||||
<inlinegraphic fileref="images/dot_red.gif"/>
|
||||
<inlinegraphic fileref="images/dot_red.gif"/>
|
||||
<para><inlinegraphic fileref="images/dot_yellow.png"/>
|
||||
<inlinegraphic fileref="images/dot_red.png"/>
|
||||
<inlinegraphic fileref="images/dot_red.png"/>
|
||||
High priority</para>
|
||||
<para><inlinegraphic fileref="images/dot_yellow.gif"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.gif"/>
|
||||
<inlinegraphic fileref="images/dot_red.gif"/>
|
||||
<para><inlinegraphic fileref="images/dot_yellow.png"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.png"/>
|
||||
<inlinegraphic fileref="images/dot_red.png"/>
|
||||
Medium priority</para>
|
||||
<para><inlinegraphic fileref="images/dot_green.gif"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.gif"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.gif"/>
|
||||
<para><inlinegraphic fileref="images/dot_green.png"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.png"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.png"/>
|
||||
Low priority</para>
|
||||
<para><inlinegraphic fileref="images/dot_green.gif"/>
|
||||
<inlinegraphic fileref="images/dot_green.gif"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.gif"/>
|
||||
<para><inlinegraphic fileref="images/dot_green.png"/>
|
||||
<inlinegraphic fileref="images/dot_green.png"/>
|
||||
<inlinegraphic fileref="images/dot_yellow.png"/>
|
||||
Informative priority</para>
|
||||
<para><inlinegraphic fileref="images/dot_green.gif"/>
|
||||
<inlinegraphic fileref="images/dot_green.gif"/>
|
||||
<inlinegraphic fileref="images/dot_green.gif"/>
|
||||
<para><inlinegraphic fileref="images/dot_green.png"/>
|
||||
<inlinegraphic fileref="images/dot_green.png"/>
|
||||
<inlinegraphic fileref="images/dot_green.png"/>
|
||||
Maintenance priority</para>
|
||||
|
||||
<para><emphasis>Group:</emphasis> The name of the group the incident has been assigned
|
||||
to. One incident can only belong to a single group.</para>
|
||||
<para><emphasis>Updated at:</emphasis> This is the date/time the incident was updated
|
||||
for the last time.</para>
|
||||
<para><emphasis>Source:</emphasis> The source of the incident. The source is selected
|
||||
from a list stored
|
||||
in the data base. This list can only be modified by the database base
|
||||
administrator.</para>
|
||||
<para><emphasis>Owner:</emphasis> User to whom the incident has been assigned to.
|
||||
It doesn't coinced
|
||||
with the creator of the incident, as the incident may have been moved
|
||||
from one user to another. The incident can be assigned to another user
|
||||
by its owner, or by a user with management privileges over the group
|
||||
the incidents belong to.</para>
|
||||
<para>
|
||||
<emphasis>Group:</emphasis> The name of the group the incident has
|
||||
been assigned to. One incident can only belong to a single group.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Updated at:</emphasis> This is the date/time the
|
||||
incident was updated for the last time.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Source:</emphasis> The source of the incident. The
|
||||
source is selected from a list stored in the data base. This list
|
||||
can only be modified by the database base administrator.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Owner:</emphasis> User to whom the incident has been
|
||||
assigned to. It doesn't coinced with the creator of the incident,
|
||||
as the incident may have been moved from one user to another. The
|
||||
incident can be assigned to another user by its owner, or by a
|
||||
user with management privileges over the group the incidents
|
||||
belong to.
|
||||
</para>
|
||||
<sect1 id="sec4.1">
|
||||
<title>Adding an incident</title>
|
||||
|
||||
<para>The creation of incidents is performed by clicking on
|
||||
"Manage Incidents" > "New incident", in the Operation menu</para>
|
||||
<para>
|
||||
The creation of incidents is performed by clicking on
|
||||
"Manage Incidents" > "New incident", in the Operation menu
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image035.png" valign="bottom" align="center"/>
|
||||
|
||||
<para>The "Create Incident" form will come up, containing the necessary
|
||||
<para>
|
||||
The "Create Incident" form will come up, containing the necessary
|
||||
fields to define the incident. The process is completed by clicking
|
||||
on the "Create" button.</para>
|
||||
on the "Create" button.
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 id="sec4.2">
|
||||
<title>Incident follow up</title>
|
||||
|
||||
<para>All the open incidents can be followed up. The tool is reached by
|
||||
clicking on the "Manage Incidents" option, in the Operation menu.</para>
|
||||
<para>
|
||||
All the open incidents can be followed up. The tool is reached by
|
||||
clicking on the "Manage Incidents" option, in the Operation menu.
|
||||
</para>
|
||||
|
||||
<para>The indicent is selected by clicking on its name in the
|
||||
"Incident name" column.</para>
|
||||
<para>
|
||||
The indicent is selected by clicking on its name in the
|
||||
"Incident name" column.
|
||||
</para>
|
||||
|
||||
<para>The screen coming up shows us the configuration variables of
|
||||
the incident, its comments and attached files.</para>
|
||||
<para>
|
||||
The screen coming up shows us the configuration variables of
|
||||
the incident, its comments and attached files.
|
||||
</para>
|
||||
|
||||
<para>The first part of the screen contains the Incident configuration.</para>
|
||||
<para>
|
||||
The first part of the screen contains the Incident configuration
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image036.png" valign="bottom" align="center"/>
|
||||
|
||||
|
@ -174,74 +198,70 @@
|
|||
<para><emphasis>Indicent priority</emphasis></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>The indicent is updated by clicking on the "Update incident" button.</para>
|
||||
<para>
|
||||
The indicent is updated by clicking on the "Update incident" button.
|
||||
</para>
|
||||
<sect2 id="sec4.2.1">
|
||||
<title>Adding comments to an incident</title>
|
||||
|
||||
<para> Comments about the incident can added clicking on "Add note".
|
||||
This will open up a screen with a text box in it.
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image037.png" valign="bottom" align="center"/>
|
||||
|
||||
<para>The comment is written in this box.
|
||||
The Comment will appear in the "Notes attached to incident"
|
||||
section after the button "Add" is pressed.
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image038.png" valign="bottom" align="center"/>
|
||||
|
||||
<para>Only users with writting privilieges can add a comment,
|
||||
and only the owners of the incident or of the notes can delete them.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="sec4.2.2">
|
||||
<title>Attaching files to an incident</title>
|
||||
|
||||
<para>Sometimes it is necessary to link an incident with an image,
|
||||
a configuration file, or any kind of file.
|
||||
</para>
|
||||
|
||||
<para>The files are attached in the "Attach file" section.
|
||||
<para>
|
||||
The files are attached in the "Attach file" section.
|
||||
Here the file can be searched for in the local machine and
|
||||
attached when the "Upload" button is pressed.
|
||||
</para>
|
||||
|
||||
<para>Only a user with writing privileges can attach a file,
|
||||
<para>
|
||||
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"/>
|
||||
|
||||
<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"/>
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="sec4.3">
|
||||
<title>Searching for an incident</title>
|
||||
|
||||
<para>A specific incident can be found amongst the incidents created
|
||||
<para>
|
||||
A specific incident can be found amongst the incidents created
|
||||
in Pandora by either using a filter, as explained in the first
|
||||
section of this chapter, or by making a query using the
|
||||
"Manage Incidents">"Searh Incident" tool, in the Operation menu.</para>
|
||||
|
||||
section of this chapter, or by making a query using the "Manage
|
||||
Incidents">"Searh Incident" tool, in the Operation menu.
|
||||
</para>
|
||||
<graphic fileref="images/image041.png" valign="bottom" align="center"/>
|
||||
|
||||
<para>Any text string included as a sub-string in the
|
||||
incident can be searched for using this tool. This search engine looks for the
|
||||
string in the Incident title as well as in the text contained by the incident.
|
||||
The search engine will not search neither the Comments added to the agent nor
|
||||
the attached files. The search can be performed in addition to group, priority
|
||||
or status filters.</para>
|
||||
<para>
|
||||
Any text string included as a sub-string in the incident can be
|
||||
searched for using this tool. This search engine looks for the
|
||||
string in the Incident title as well as in the text contained by
|
||||
the incident. The search engine will not search neither the
|
||||
Comments added to the agent nor the attached files. The search
|
||||
can be performed in addition to group, priority or status
|
||||
filters.
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 id="sec4.4">
|
||||
<title>Statistics</title>
|
||||
|
||||
<para>The incident statisticts are shown in the "Manage Incidents">"Statistics"
|
||||
option of the Operation menu. They can be of five different types:</para>
|
||||
|
||||
<para>
|
||||
The incident statisticts are shown in the "Manage
|
||||
Incidents">"Statistics" option of the Operation menu. They
|
||||
can be of five different types:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><emphasis>Incident status</emphasis></para>
|
||||
|
@ -259,7 +279,6 @@
|
|||
<para><emphasis>Incident source</emphasis></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<graphic fileref="images/image042.png" valign="bottom" align="center"/>
|
||||
<graphic fileref="images/image043.png" valign="bottom" align="center"/>
|
||||
<graphic fileref="images/image044.png" valign="bottom" align="center"/>
|
||||
|
|
|
@ -2,63 +2,104 @@
|
|||
|
||||
<chapter id="chapter5">
|
||||
<title>Events</title>
|
||||
<para>
|
||||
An event in Pandora is any unusual change happend in an
|
||||
agent.
|
||||
</para>
|
||||
<para>
|
||||
An event is registered when an agent is down or starts up,
|
||||
when a monitor fails or changes its status, or when an alarm
|
||||
is sent.
|
||||
</para>
|
||||
|
||||
<para>An event in Pandora is any unusual change happend in an agent.</para>
|
||||
<para>
|
||||
An event is usually preceded by an issue with the system
|
||||
being monitored. A validation and deletion system has been
|
||||
created to avoid leaving unanalised issues, so they can be
|
||||
easily validated or deleted if the problem can be ignored or
|
||||
it's been already solved.
|
||||
</para>
|
||||
|
||||
<para>An event is registered when an agent is down or starts up, when a
|
||||
monitor fails or changes its status, or when an alarm is sent.</para>
|
||||
|
||||
<para>An event is usually preceded by an issue with
|
||||
the system being monitored. A validation and deletion system has been created
|
||||
to avoid leaving unanalised issues, so they can be easily validated or deleted
|
||||
if the problem can be ignored or it's been already solved.</para>
|
||||
|
||||
<para>The events appear ordered chronologically as they enter the system,
|
||||
and can be viewed by clicking the "View Events" option in the Operation menu.
|
||||
The newer events are placed at the top of the table.</para>
|
||||
<para>
|
||||
The events appear ordered chronologically as they enter the
|
||||
system, and can be viewed by clicking the "View Events"
|
||||
option in the Operation menu. The newer events are placed
|
||||
at the top of the table.
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image045.png" valign="bottom" align="center"/>
|
||||
|
||||
<para>The event information list shows the data in the following columns:</para>
|
||||
<para>
|
||||
The event information list shows the data in the following
|
||||
columns:</para>
|
||||
|
||||
<para><emphasis>Status:</emphasis> The event status is represented by the icon below:</para>
|
||||
<para><inlinegraphic fileref="images/dot_green.gif"/> The event has been validated</para>
|
||||
<para><inlinegraphic fileref="images/dot_red.gif"/> The event hasn't been validated</para>
|
||||
<para><emphasis>Event name:</emphasis> Name assigned to the event by Pandora.</para>
|
||||
<para><emphasis>Agent name:</emphasis> Agent where the event happend.</para>
|
||||
<para><emphasis>Group name:</emphasis> Group of the agent where the event has happened.</para>
|
||||
<para><emphasis>User ID: </emphasis>User that validated the event.</para>
|
||||
<para><emphasis>Timestamp:</emphasis> Date and time when the event was raised or validated
|
||||
- if it has been validated.</para>
|
||||
<para><emphasis>Action:</emphasis> Action that can be executed over the event.</para>
|
||||
<para><inlinegraphic fileref="images/ok.gif"/>
|
||||
<para>
|
||||
<emphasis>Status:</emphasis> The event status is represented
|
||||
by the icon below:</para>
|
||||
<para>
|
||||
<inlinegraphic fileref="images/dot_green.png"/> The event has
|
||||
been validated</para>
|
||||
<para>
|
||||
<inlinegraphic fileref="images/dot_red.png"/> The event hasn't
|
||||
been validated</para>
|
||||
<para>
|
||||
<emphasis>Event name:</emphasis> Name assigned to the event by
|
||||
Pandora.</para>
|
||||
<para>
|
||||
<emphasis>Agent name:</emphasis> Agent where the event happend.</para>
|
||||
<para>
|
||||
<emphasis>Group name:</emphasis> Group of the agent where the
|
||||
event has happened.</para>
|
||||
<para>
|
||||
<emphasis>User ID: </emphasis>User that validated the
|
||||
event.</para>
|
||||
<para>
|
||||
<emphasis>Timestamp:</emphasis> Date and time when the event
|
||||
was raised or validated - if it has been validated.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Action:</emphasis> Action that can be executed over
|
||||
the event.
|
||||
</para>
|
||||
<para><inlinegraphic fileref="images/ok.png"/>
|
||||
This icon will validate the event, disappearing the icon</para>
|
||||
<para><inlinegraphic fileref="images/cancel.gif"/>
|
||||
<para><inlinegraphic fileref="images/cancel.png"/>
|
||||
This icon will delete the event</para>
|
||||
|
||||
<para>The events can be also validated or deleted in groups by selecting
|
||||
the tick boxes on the last column of the event, and pressing "Validate" or
|
||||
"Delete" at the bottom of the list.</para>
|
||||
<para>
|
||||
The events can be also validated or deleted in groups by
|
||||
selecting the tick boxes on the last column of the event,
|
||||
and pressing "Validate" or "Delete" at the bottom of the
|
||||
list.
|
||||
</para>
|
||||
<sect1 id="sec5.1">
|
||||
<title>Statistics</title>
|
||||
|
||||
<para>Three different kinds of graphical statistic representation can be
|
||||
choosen from the "View Events">"Statistics" option in the Operation
|
||||
menu:</para>
|
||||
<para>
|
||||
Three different kinds of graphical statistic
|
||||
representation can be choosen from the "View
|
||||
Events">"Statistics" option in the Operation menu:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Total number of events divided by revised and not revised
|
||||
<para>
|
||||
Total number of events divided by revised and not
|
||||
revised
|
||||
<graphic fileref="images/image046.png" valign="bottom" align="center"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Total events divided by the users who validated the events
|
||||
<para>
|
||||
Total events divided by the users who validated the
|
||||
events
|
||||
<graphic fileref="images/image047.png" valign="bottom" align="center"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Total events divided by the group the agent raising the event belongs to
|
||||
<para>
|
||||
Total events divided by the group the agent raising
|
||||
the event belongs to
|
||||
<graphic fileref="images/image048.png" valign="bottom" align="center"/>
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -3,19 +3,33 @@
|
|||
<chapter id="chapter6">
|
||||
<title>System audit</title>
|
||||
|
||||
<para>The Pandora's system audit shows all the actions performed by each user, as well as the failed logins.</para>
|
||||
<para>
|
||||
The Pandora's system audit shows all the actions performed by each
|
||||
user, as well as the failed logins.
|
||||
</para>
|
||||
|
||||
<para>In the actual version of Pandora the system
|
||||
audit includes actions that somehow try to by pass the security system:
|
||||
attempts to delete an incident by an unauthorised user, attemps to change user
|
||||
profiles by unauthoried users, etc. Its main function is, however, to trace the
|
||||
user connections (login/logout).</para>
|
||||
<para>
|
||||
In the actual version of Pandora the system audit includes actions
|
||||
that somehow try to by pass the security system: attempts to
|
||||
delete an incident by an unauthorised user, attemps to change user
|
||||
profiles by unauthoried users, etc. Its main function is, however,
|
||||
to trace the user connections (login/logout).
|
||||
</para>
|
||||
|
||||
<para>The audit Logs can be found in the System Audit option of the Administration menu, ordered chronologicly.</para>
|
||||
<para>
|
||||
The audit Logs can be found in the System Audit option of the
|
||||
Administration menu, ordered chronologicly.
|
||||
</para>
|
||||
|
||||
<para>Filters can be applied to the Logs displayed to show only those of interest for the user, selected by the action the Log produces.</para>
|
||||
<para>
|
||||
Filters can be applied to the Logs displayed to show only those of
|
||||
interest for the user, selected by the action the Log produces.
|
||||
</para>
|
||||
|
||||
<para>The selectable actions are those actions stored in the Data Base at that time.</para>
|
||||
<para>
|
||||
The selectable actions are those actions stored in the Data Base
|
||||
at that time.
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image049.png" valign="bottom" align="center"/>
|
||||
|
||||
|
@ -30,10 +44,19 @@
|
|||
<sect1 id="sec6.1">
|
||||
<title>Statistics</title>
|
||||
|
||||
<para>There isn't a special section to view system audit statistics. However, we could use a graph generated in the Users section to evaluate the actions of each user, as this graph would represent the total
|
||||
number of entries in the audit log for each one: the more active the user is the higher the number of entries.</para>
|
||||
<para>
|
||||
There isn't a special section to view system audit
|
||||
statistics. However, we could use a graph generated in the Users
|
||||
section to evaluate the actions of each user, as this graph
|
||||
would represent the total number of entries in the audit log for
|
||||
each one: the more active the user is the higher the number of
|
||||
entries.
|
||||
</para>
|
||||
|
||||
<para>The graph will also show entries of invalid users, i.e., those entries generated by failed attemps to log in.</para>
|
||||
<para>
|
||||
The graph will also show entries of invalid users, i.e., those
|
||||
entries generated by failed attemps to log in.
|
||||
</para>
|
||||
|
||||
<graphic fileref="images/image050.png" valign="bottom" align="center"/>
|
||||
</sect1>
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<chapter id="chapter7">
|
||||
<title>Pandora Servers</title>
|
||||
|
||||
<para>
|
||||
From "Manage Servers" section, in the Administration menu you can see a
|
||||
list of configured Pandora Servers and also can manage them.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
From "Pandora Servers" in the Operation menu you can see a list
|
||||
of the Pandora Servers.
|
||||
</para>
|
||||
|
||||
</chapter>
|
|
@ -18,7 +18,8 @@
|
|||
in good condition is critital for Pandora to work properly.
|
||||
</para>
|
||||
|
||||
<para>As the database size will increase linearly, the data will be
|
||||
<para>
|
||||
As the database size will increase linearly, the data will be
|
||||
compacted to reduce the amount of stored data without loosing important
|
||||
information, specially the different graphs that are generated with
|
||||
the processed data.
|
||||
|
@ -34,7 +35,8 @@
|
|||
<sect1 id="sec8.1">
|
||||
<title>DB Information</title>
|
||||
|
||||
<para>The DB statistics are generated by Agent, on the
|
||||
<para>
|
||||
The DB statistics are generated by Agent, on the
|
||||
"DB Maintenance">"DB Information" in the Administration menu,
|
||||
and are represented in two kinds of graphs:
|
||||
</para>
|
||||
|
|
|
@ -35,11 +35,12 @@
|
|||
This value represents the precision of the
|
||||
interpolation logarithm to generate the graphics.
|
||||
</para>
|
||||
<para><emphasis>Compact interpolation (Hours: 1 fine, 10 medium, 20 bad):</emphasis>
|
||||
This is the grade of compression used to compact the Data Base,
|
||||
being 1 the lowest compression rate and 20 the highest.
|
||||
A value above 12 means a considerable data loss.
|
||||
It's not recommended to use value above 6 if the data needs to be
|
||||
<para>
|
||||
<emphasis>Compact interpolation (Hours: 1 fine, 10 medium, 20
|
||||
bad):</emphasis> This is the grade of compression used to compact
|
||||
the Data Base, being 1 the lowest compression rate and 20 the
|
||||
highest. A value above 12 means a considerable data loss. It's
|
||||
not recommended to use value above 6 if the data needs to be
|
||||
represented graphically in large time intervals.
|
||||
</para>
|
||||
<sect1 id="sec9.1">
|
||||
|
|
|
@ -69,5 +69,4 @@
|
|||
&include_pandora_chapter9;
|
||||
&include_fdl;
|
||||
&include_gpl;
|
||||
|
||||
</book>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
|
||||
<uri resource="pandora_chapter2.xml" typeId="DocBook"/>
|
||||
<uri resource="pandora_install.xml" typeId="DocBook"/>
|
||||
<uri resource="pandora_chapter1.xml" typeId="DocBook"/>
|
||||
<uri resource="pandora_chapter2.xml" typeId="DocBook"/>
|
||||
|
|