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

* Creation of ChangeLog

        * Updated pandora_chapter 1 2 3 and part of 4.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@161 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2006-09-11 21:28:10 +00:00
parent aa2623b3df
commit 7228ce07e7
4 changed files with 980 additions and 843 deletions

7
pandora_doc/ChangeLog Normal file
View File

@ -0,0 +1,7 @@
2006-09-11 Sancho Lerena <slerena@artica.es>
* Creation of ChangeLog
* Updated pandora_chapter 1 2 3 and part of 4.

View File

@ -1,18 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-15"?> <?xml version="1.0" encoding="utf-8"?>
<chapter> <chapter>
<title>Introduction</title> <title>Introduction</title>
<sect1> <sect1>
<title>Pandora Administration</title> <title>Pandora Administration</title>
<para>The web console is the tool used to administrate Pandora. <para>
It is written in PHP and doesn't need any third party software The web console is the tool used to administrate
to work neither FLASH, JAVA, nor ActiveX plug-ins. Pandora. It is written in PHP and doesn't need any
The Web console can be run over any web browser supporting HTML and third party software to work, neither FLASH, JAVA,
CSS (IE5+ or Mozilla 4+).</para> nor ActiveX plug-ins. The Web console can be run
over any web browser supporting HTML and CSS (IE5+
or Mozilla 4+).
</para>
<graphic fileref="images/image001.png" valign="bottom" align="center"/> <graphic fileref="images/image001.png" valign="bottom" align="center"/>
<para>
<para>Pandora administration is divided in the following main elements:</para> Pandora administration is divided in the following
main elements:
</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Pandora users</para> <para>Pandora users</para>

View File

@ -1,165 +1,195 @@
<?xml version="1.0" encoding="ISO-8859-15"?> <?xml version="1.0" encoding="utf-8"?>
<chapter> <chapter>
<title>Users</title> <title>Users</title>
<para>The definition of a user is based on the user's <para>
daily activity. One or more profiles can be assigned to a single user</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
</para>
<para>A profile is a list of actions a user can or <para>
cannot perform on a given group, e.g. "view incidents", A profile is a list of actions a user can or cannot perform
"database management", etc on a given group, e.g. "view incidents", "database
</para> management", etc
</para>
<para>Each user is given a number of groups of agents <para>
he/she has permission to access, as well as the administrative profile Each user is given a number of groups of agents he/she has
he/she will have in each group. Each user can belong to one or more permission to access, as well as the administrative profile
groups, with an assigned profile for each of them.</para> 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 <para>
the group with agents of similar characteristics. Groups also contain Agent belongs to a group and only one, sharing the group
incidents.</para> with agents of similar characteristics. Groups also contain
incidents.
</para>
<para>Summarizing: User profiles in Pandora define which users can access <para>
Pandora as well as what each user can do. Groups define elements in common Summarizing: User profiles in Pandora define which users can
among various users. Each user could be in one or more groups at any one access Pandora as well as what each user can do. Groups
time. Each group has user profiles which are defined and attached to it. define elements in common among various users. Each user
A profile is a list of things a user can do, such as view incidents, could be in one or more groups at any one time. Each group
manage database or other.</para> 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> <sect1>
<title>Profile manager</title> <title>Profile manager</title>
<para>Pandora's profile manager is used to assign specific profiles <para>
to each user. A hierarchy of users is so created, structured by the Pandora's profile manager is used to assign specific
user's profile within the company. With this system different security profiles to each user. A hierarchy of users is so created,
levels can be implemented: read-only users, agent group coordinators structured by the user's profile within the company. With
or system administrators.</para> 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 <para>
Administration menu. There are five predefined profiles:</para> A profile is created from the Profile Manager tool in the
Administration menu. There are five predefined
profiles:
</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Operator (Read)</para> <para>Operator (Read)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Operator (Write)</para> <para>Operator (Write)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Chief Operator</para> <para>Chief Operator</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Group coordinator</para> <para>Group coordinator</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Pandora Administrator</para> <para>Pandora Administrator</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<para>
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"/>
<para>
Any of the following roles can be assigned to a new profile:
</para>
<itemizedlist>
<listitem>
<para>View incidents (IR)</para>
</listitem>
<listitem>
<para>Edit incidents (IW)</para>
</listitem>
<listitem>
<para>Manage incidents (IM)</para>
</listitem>
<listitem>
<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>
</listitem>
<listitem>
<para>Edit alerts (LW). To modify the alerts assigned to an agent</para>
</listitem>
<listitem>
<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>
</listitem>
<listitem>
<para>Manage alerts (LM). To define new alerts (Global)</para>
</listitem>
<listitem>
<para>Manage Pandora (PM). To modify general system settings</para>
</listitem>
</itemizedlist>
</sect1>
<para>To create a new profile click on "Manage Profiles"&gt; <sect1>
"Create Profile" in the Administration Menu</para> <title>Adding a user</title>
<graphic fileref="images/image002.png" valign="bottom" align="center"/> <para>
A user is added clicking on "Manage Users"&gt;"Create user"
in the Administration Menu
</para>
<para>Any of the following roles can be assigned to a new profile:</para> <para>
To create a new user it is necessary to, at least, fill in
the user ID, the password (twice) and Pandora's global
profile.
</para>
<para>
A global profile for a user maybe Administrator or
Standard User.
</para>
<para>
A user with an "Administrator" profile will have the
highest security privileges in Pandora.
</para>
<graphic fileref="images/image003.png" valign="bottom" align="center"/>
<para>
Profiles must be assigned for each of the groups a new
"standard" profile user can access, once the user is
created and his configuration updated.
</para>
<graphic fileref="images/image004.png" valign="bottom" align="center"/>
<para>
A user profile is deleted by clicking on the delete icon
<graphic fileref="../../images/cancel.gif"/> on the right
hand side of the profile.
</para>
</sect1>
<sect1>
<title>Deleting a user</title>
<itemizedlist> <para>
<listitem> A user is deleted by clicking on the delete icon <graphic
<para>View incidents (IR)</para> fileref="../../images/cancel.gif"/> on the right hand side
</listitem> of the user. The list of users is accessed through the
<listitem> "Manage Users" option in the Administration menu.
<para>Edit incidents (IW)</para> <graphic fileref="images/image005.png" valign="bottom" align="center"/>
</listitem> </para>
<listitem> </sect1>
<para>Manage incidents (IM)</para> <sect1>
</listitem> <title>Statistics</title>
<listitem> <para>
<para>View agents (AR). To view agents as well as the events The user activity statistics show a graph with the
generated by them</para> activity of the user, being the number of events the audit
</listitem> has generated for each user. The number of events of a
<listitem> user usually reflects the user's activity.
<para>Edit agents (AW). To modify then agent's modules</para> </para>
</listitem> <para>
<listitem> Click on "View Users" -> "Statistics" in the Operation
<para>Edit alerts (LW). To modify the alerts assigned to an agent</para> menu to show this graph:
</listitem> <graphic fileref="images/image006.png" valign="bottom" align="center"/> </para>
<listitem> </sect1>
<para>Manage users (UM). To modify users and their roles</para> <sect1>
</listitem> <title>Messages to users</title>
<listitem> <para>
<para>Manage DB (DM). To modify the configuration and data To create a new message to other user, go to "Messages"
of the database (Global)</para> section in the Operation menu. You can also read the
</listitem> received messages, but the sent messages are not stored.
<listitem> </para>
<para>Manage alerts (LM). To define new alerts (Global)</para> <sect2>
</listitem> <title>Messages to groups</title>
<listitem> <para>
<para>Manage Pandora (PM). To modify general system settings</para> From "Messages" -> "Messages to groups" section in the
</listitem> Operation menu you can send messages to groups of users.
</itemizedlist> The sent messages will not be stores.
</sect1> </para>
<sect1> </sect2>
<title>Adding a user</title> </sect1>
<para>A user is added clicking on "Manage Users"&gt;"Create user"
in the Administration Menu</para>
<para>To create a new user it is necessary to, at
least, fill in the user ID, the password (twice) and Pandora's global profile.</para>
<para>A global profile for a user maybe Administrator or Standard User.</para>
<para>A user with an "Administrator" profile will have the highest
security privileges in Pandora.</para>
<graphic fileref="images/image003.png" valign="bottom" align="center"/>
<para>Profiles must be assigned for each of the groups a new
"standard" profile user can access, once the user is created
and his configuration updated.</para>
<graphic fileref="images/image004.png" valign="bottom" align="center"/>
<para>A user profile is deleted by clicking on the delete icon
<graphic fileref="../../images/cancel.gif"/> on the right hand side
of the profile.</para>
</sect1>
<sect1>
<title>Deleting a user</title>
<para>A user is deleted by clicking on the delete icon
<graphic fileref="../../images/cancel.gif"/> on the right hand
side of the user. The list of users is accessed through the
"Manage Users" option in the Administration menu.</para>
<graphic fileref="images/image005.png" valign="bottom" align="center"/>
</sect1>
<sect1>
<title>Statistics</title>
<para>The user activity statistics show a graph with the activity
of the user, being the number of events the audit has generated
for each user. The number of events of
a user usually reflects the user's activity.</para>
<para>Click on "View Users"&gt;"Statistics" in the Operation menu to show
this graph:</para>
<graphic fileref="images/image006.png" valign="bottom" align="center"/>
</sect1>
<sect1>
<title>Messages to users</title>
<para>To create a new message to other user, go to "Messages" section
in the Operation menu. You can also read the received messages,
but the sent messages are not stored.</para>
<sect2>
<title>Messages to groups</title>
<para>From "Messages"&gt;"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>
</chapter> </chapter>

File diff suppressed because it is too large Load Diff