2006-09-12 17:17:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2006-09-11 19:44:04 +02:00
|
|
|
|
2006-09-13 17:48:45 +02:00
|
|
|
<chapter id="chapter5">
|
2006-09-11 19:44:04 +02:00
|
|
|
<title>Events</title>
|
2006-09-29 19:21:14 +02:00
|
|
|
<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>
|
2006-09-11 19:44:04 +02:00
|
|
|
|
2006-09-29 19:21:14 +02:00
|
|
|
<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>
|
2006-09-11 19:44:04 +02:00
|
|
|
|
2006-09-29 19:21:14 +02:00
|
|
|
<para>
|
|
|
|
The events appear ordered chronologically as they enter the
|
|
|
|
system, and can be viewed by clicking the "View Events"
|
2006-11-24 Manuel Arostegui <marostegui@artica.es>
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,
pandora_chapter4.xml,pandora_chapter5.xml,pandora_chapter6.xml,
pandora_chapter8.xml,pandora_chapter9.xml,pandora_advanced.xml,
pandora_userguide.xml,pandora_migration.xml,pandora_introduction.xml
pandora.xml: Text corrections.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-24 12:26:27 +01:00
|
|
|
option in the Operation menu. The newest events are placed
|
2006-09-29 19:21:14 +02:00
|
|
|
at the top of the table.
|
|
|
|
</para>
|
2006-09-11 19:44:04 +02:00
|
|
|
|
2006-11-20 12:04:28 +01:00
|
|
|
<graphic scale='70' fileref="images/image045.png" valign="bottom"
|
|
|
|
align="center"/>
|
2006-09-11 19:44:04 +02:00
|
|
|
|
2006-09-29 19:21:14 +02:00
|
|
|
<para>
|
|
|
|
The event information list shows the data in the following
|
|
|
|
columns:</para>
|
2006-09-11 19:44:04 +02:00
|
|
|
|
2006-09-29 19:21:14 +02:00
|
|
|
<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
|
2006-11-20 12:04:28 +01:00
|
|
|
been validated
|
|
|
|
</para>
|
2006-09-29 19:21:14 +02:00
|
|
|
<para>
|
|
|
|
<emphasis>Event name:</emphasis> Name assigned to the event by
|
2006-11-20 12:04:28 +01:00
|
|
|
Pandora.
|
|
|
|
</para>
|
2006-09-29 19:21:14 +02:00
|
|
|
<para>
|
2006-11-20 12:04:28 +01:00
|
|
|
<emphasis>Agent name:</emphasis> Agent where the event
|
|
|
|
happend.
|
|
|
|
</para>
|
2006-09-29 19:21:14 +02:00
|
|
|
<para>
|
|
|
|
<emphasis>Group name:</emphasis> Group of the agent where the
|
2006-11-20 12:04:28 +01:00
|
|
|
event has happened.
|
|
|
|
</para>
|
2006-09-29 19:21:14 +02:00
|
|
|
<para>
|
|
|
|
<emphasis>User ID: </emphasis>User that validated the
|
2006-11-20 12:04:28 +01:00
|
|
|
event.
|
|
|
|
</para>
|
2006-09-29 19:21:14 +02:00
|
|
|
<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>
|
2006-11-20 12:04:28 +01:00
|
|
|
<para>
|
|
|
|
<inlinegraphic fileref="images/ok.png"/>
|
|
|
|
This icon will validate the event, disappearing the icon
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<inlinegraphic fileref="images/cancel.png"/>
|
|
|
|
This icon will delete the event
|
|
|
|
</para>
|
2006-09-29 19:21:14 +02:00
|
|
|
<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>
|
2006-09-14 13:52:24 +02:00
|
|
|
<sect1 id="sec5.1">
|
2006-09-29 19:21:14 +02:00
|
|
|
<title>Statistics</title>
|
|
|
|
|
|
|
|
<para>
|
2006-11-24 Manuel Arostegui <marostegui@artica.es>
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,
pandora_chapter4.xml,pandora_chapter5.xml,pandora_chapter6.xml,
pandora_chapter8.xml,pandora_chapter9.xml,pandora_advanced.xml,
pandora_userguide.xml,pandora_migration.xml,pandora_introduction.xml
pandora.xml: Text corrections.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-24 12:26:27 +01:00
|
|
|
Three different sort of graphical statistic
|
2006-09-29 19:21:14 +02:00
|
|
|
representation can be choosen from the "View
|
2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* en/pandora_install.xml, en/pandora_advanced.xml,
en/pandora_chapter1.xml, en/pandora_chapter2.xml,
en/pandora_chapter3.xml, en/pandora_chapter4.xml,
en/pandora_chapter5.xml, en/pandora_chapter6.xml,
en/pandora_chapter7.xml, en/pandora_chapter8.xml,
en/pandora_chapter9.xml, en/pandora_introduction.xml
en/pandora_migration.xml, en/pandora_userguide.xml:
Text correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@267 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 16:55:45 +01:00
|
|
|
Events" > "Statistics" option in the Operation menu:
|
2006-09-29 19:21:14 +02:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Total number of events divided by revised and not
|
|
|
|
revised
|
2006-11-20 12:04:28 +01:00
|
|
|
<graphic fileref="images/image046.png" valign="bottom"
|
|
|
|
align="center"/>
|
2006-09-29 19:21:14 +02:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Total events divided by the users who validated the
|
|
|
|
events
|
2006-11-20 12:04:28 +01:00
|
|
|
<graphic fileref="images/image047.png" valign="bottom"
|
|
|
|
align="center"/>
|
2006-09-29 19:21:14 +02:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* en/pandora_install.xml, en/pandora_advanced.xml,
en/pandora_chapter1.xml, en/pandora_chapter2.xml,
en/pandora_chapter3.xml, en/pandora_chapter4.xml,
en/pandora_chapter5.xml, en/pandora_chapter6.xml,
en/pandora_chapter7.xml, en/pandora_chapter8.xml,
en/pandora_chapter9.xml, en/pandora_introduction.xml
en/pandora_migration.xml, en/pandora_userguide.xml:
Text correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@267 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 16:55:45 +01:00
|
|
|
Total events divided by the group the agent that launched
|
2006-09-29 19:21:14 +02:00
|
|
|
the event belongs to
|
2006-11-20 12:04:28 +01:00
|
|
|
<graphic fileref="images/image048.png" valign="bottom"
|
|
|
|
align="center"/>
|
2006-09-29 19:21:14 +02:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2006-09-11 19:44:04 +02:00
|
|
|
</sect1>
|
2006-11-24 Manuel Arostegui <marostegui@artica.es>
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,
pandora_chapter4.xml,pandora_chapter5.xml,pandora_chapter6.xml,
pandora_chapter8.xml,pandora_chapter9.xml,pandora_advanced.xml,
pandora_userguide.xml,pandora_migration.xml,pandora_introduction.xml
pandora.xml: Text corrections.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-24 12:26:27 +01:00
|
|
|
</chapter>
|