mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2006-12-04 Raul Mateos <raulofpandora@gmail.com>
/branches/pandora_1.2/pandora_console and /trunk/pandora_console: * help/[en|es]/images/servers1.png, servers2.png: New files. * help/[en|es]/chap2.php, chap7.php: Update files. * godmode/admin_access_logs.php: Add help icon. /trunk/pandora_doc/: * en/images/servers1.png, servers2.png: Renamed files. * pandora_chapter2.xml, pandora_chapter7.xml: Updated files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@304 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ce6eaaa7f1
commit
ee64dd849e
@ -1,3 +1,11 @@
|
|||||||
|
2006-12-04 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* help/[en|es]/images/servers1.png, servers2.png: New files.
|
||||||
|
|
||||||
|
* help/[en|es]/chap2.php, chap7.php: Update files.
|
||||||
|
|
||||||
|
* godmode/admin_access_logs.php: Add help icon.
|
||||||
|
|
||||||
2006-12-03 Sancho Lerena <slerena@artica.es>
|
2006-12-03 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/configurar_agente.php: Fixed bug editing alerts.
|
* godmode/agentes/configurar_agente.php: Fixed bug editing alerts.
|
||||||
|
@ -45,7 +45,9 @@ if (comprueba_login() == 0)
|
|||||||
|
|
||||||
// generate select
|
// generate select
|
||||||
|
|
||||||
echo "<h3>".$lang_label["filter"]."</h3>";
|
echo "<h3>".$lang_label["filter"];
|
||||||
|
echo "<a href='help/".$help_code."/chap6.php#6' target='_help' class='help'>
|
||||||
|
<span>".$lang_label["help"]."</span></a></h3>";
|
||||||
echo "<form name='query_sel' method='post' action='index.php?sec=godmode&sec2=godmode/admin_access_logs'>";
|
echo "<form name='query_sel' method='post' action='index.php?sec=godmode&sec2=godmode/admin_access_logs'>";
|
||||||
echo "<table border='0'><tr><td valign='middle'>";
|
echo "<table border='0'><tr><td valign='middle'>";
|
||||||
echo "<select name='tipo_log' onChange='javascript:this.form.submit();'>";
|
echo "<select name='tipo_log' onChange='javascript:this.form.submit();'>";
|
||||||
|
@ -44,7 +44,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||||||
|
|
||||||
<a name="2"><h1>2. Users</h1></a>
|
<a name="2"><h1>2. Users</h1></a>
|
||||||
|
|
||||||
<p>The definition of a user is based on the user's
|
<p>The definition of a user is based on the user
|
||||||
daily activity. One or more profiles can be assigned to a single user</p>
|
daily activity. One or more profiles can be assigned to a single user</p>
|
||||||
|
|
||||||
<p>A profile is a list of actions a user can or
|
<p>A profile is a list of actions a user can or
|
||||||
@ -134,7 +134,7 @@ a user usually reflects the user's activity.</p>
|
|||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h3><a name="251">2.5.1. Messages to groups</a></h3>
|
<h3><a name="251">2.5.1. Messages to groups</a></h3>
|
||||||
<p>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.</p>
|
<p>From "Messages">"Messages to groups" section in the Operation menu you can send messages to groups of users. The sent messages will not be stored.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -44,9 +44,67 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||||||
|
|
||||||
<a name="7"><h1>7. Pandora Servers</h1></a>
|
<a name="7"><h1>7. Pandora Servers</h1></a>
|
||||||
|
|
||||||
<p>From "Manage Servers" section, in the Administration menu you can see a list of configured Pandora Servers and also can manage them.</p>
|
<p>In Pandora 1.2 there are three different type of servers, Network Server,
|
||||||
|
Data Server and SNMP Server.</p>
|
||||||
|
|
||||||
<p>From "Pandora Servers" in the Operation menu you can see a list of the Pandora Servers.</p>
|
<p>It is possible to manage the Pandora Servers from "Pandora Servers" option
|
||||||
|
in the Operation menu.</p>
|
||||||
|
|
||||||
|
<p class="center"><img src="images/servers1.png"></p>
|
||||||
|
<p>The following fields are displayed:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<b>Name:</b> Name of the server.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Status:</b> Status of the server. Green OK and Red FAIL.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>IP address:</b> IP of the Server.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Description:</b> Server description.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Network:</b> Mark for Network Server.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Data:</b> Mark for Data Server.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>SNMP:</b> Mark for SNMP Server.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Master:</b> Marked when the server is Master and not
|
||||||
|
marked when the master is backup.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Check:</b>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Started at:</b> Date when the Server started.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Updated at:</b> The date of the last update.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Action:</b> Icons to modify server properties or
|
||||||
|
to delete a server (only in Administration menu).
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>From "Manage Servers", Administration menu you can configure and manage
|
||||||
|
servers.</p>
|
||||||
|
<p>
|
||||||
|
It is possible delete a server using the icon
|
||||||
|
<img src="../../images/cancel.gif">
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
It is possible to change the server properties using the icon
|
||||||
|
<img src="../../images/config.gif">
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
In a Server it is possible to modify: Name, IP Address and Description.
|
||||||
|
</p>
|
||||||
|
<p class="center"><img src="images/servers2.png"></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
BIN
pandora_console/help/en/images/servers1.png
Normal file
BIN
pandora_console/help/en/images/servers1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
pandora_console/help/en/images/servers2.png
Normal file
BIN
pandora_console/help/en/images/servers2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -128,10 +128,12 @@ el menú de operación.</p>
|
|||||||
|
|
||||||
<h2><a name="25">2.5. Mensajes a usuarios</a></h2>
|
<h2><a name="25">2.5. Mensajes a usuarios</a></h2>
|
||||||
|
|
||||||
<p>Desde «Mensajes», en el menú de operación podemos enviar mensajes a otros usuarios y leer los mensajes que hemos recibido. No se almacenan los que se han enviado.</p>
|
<p>Desde «Mensajes», en el menú de operación podemos enviar mensajes a otros usuarios y leer los mensajes que hemos recibido. No se almacenan los correos
|
||||||
|
que se han enviado.</p>
|
||||||
|
|
||||||
<h3><a name="251">2.5.1. Mensajes a grupos</a></h3>
|
<h3><a name="251">2.5.1. Mensajes a grupos</a></h3>
|
||||||
<p>Desde «Mensajes» > «Mensajes a grupos» en el menú de operación podemos enviar mensajes a grupos de usuarios. No se almacenan los que se han enviado.</p>
|
<p>Desde «Mensajes» > «Mensajes a grupos» en el menú de operación podemos enviar mensajes a grupos de usuarios. No se almacenan los correos que se han enviado.
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -40,9 +40,70 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||||||
|
|
||||||
<h1><a name="7">7. Servidores Pandora</a></h1>
|
<h1><a name="7">7. Servidores Pandora</a></h1>
|
||||||
|
|
||||||
<p>Desde «Gestión» en el menú de administración se puede acceder a la lista de los Servidores Pandora que están configurados y administrarlos.</p>
|
<p>En Pandora 1.2 hay tres tipos diferentes de servidores, Servidor de red,
|
||||||
|
Servidor de datos y servidor SNMP.</p>
|
||||||
|
|
||||||
<p>Desde «Servidores Pandora» en el menú de operación se puede acceder a la lista de los Servidores Pandora.</p>
|
<p>Desde «Servidores Pandora» en el menú de operación se puede
|
||||||
|
acceder a la lista de los Servidores Pandora.</p>
|
||||||
|
|
||||||
|
<p class="center"><img src="images/servers1.png"></p>
|
||||||
|
<p>Se muestran los siguientes campos:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<b>Nombre:</b> Nombre del servidor.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Estado:</b> Estado del servidor. Si es verde todo está correto,
|
||||||
|
si está rojo, hay fallos.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Dirección IP:</b> Dirección IP del Servidor.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Descripción:</b> Descripción del Servidor.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Red:</b> Marca el servidor de red.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Datos:</b> Marca el servidor de datos.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>SNMP:</b> Marca el servidor SNMP.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Principal:</b> Marcado cuando el servidor es el <i>Master</i>
|
||||||
|
y no marcado cuando es de <i>backup</i>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Check:</b>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Arrancado el:</b> Fecha y hora de inicio del servidor.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Actualizado el:</b> Fecha y hora de la última actualización.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Acción:</b> Iconos para modificar las propiedades del servidor o
|
||||||
|
borrarlo (esta opción sólo aparece en el menú de
|
||||||
|
administración).
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Desde «Gestión» en el menú de administración se puede acceder a la lista de los Servidores Pandora que están configurados y administrarlos.</p>
|
||||||
|
<p>
|
||||||
|
Para borrar un servidor utilizamos el icono
|
||||||
|
<img src="../../images/cancel.gif">
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Para modificar un servidor utilizamos el icono
|
||||||
|
<img src="../../images/config.gif">
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Si estamos modificando un servidor podemos cambiar las siguientes
|
||||||
|
propiedades: Nombre, dirección IP y descripción.
|
||||||
|
</p>
|
||||||
|
<p class="center"><img src="images/servers2.png"></p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
BIN
pandora_console/help/es/images/servers1.png
Normal file
BIN
pandora_console/help/es/images/servers1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
pandora_console/help/es/images/servers2.png
Normal file
BIN
pandora_console/help/es/images/servers2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -1,3 +1,10 @@
|
|||||||
|
2006-12-04 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* en/images/servers1.png, servers2.png: Renamed files from Servers.png and
|
||||||
|
servers1.png.
|
||||||
|
|
||||||
|
* pandora_chapter2.xml, pandora_chapter7.xml: Updated files.
|
||||||
|
|
||||||
2006-12-03 Sancho Lerena <slerena@artica.es>
|
2006-12-03 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora.xml: Updated header, now is Pandora FMS not Pandora. Add
|
* pandora.xml: Updated header, now is Pandora FMS not Pandora. Add
|
||||||
|
BIN
pandora_doc/en/images/servers1.png
Normal file
BIN
pandora_doc/en/images/servers1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
pandora_doc/en/images/servers2.png
Normal file
BIN
pandora_doc/en/images/servers2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -31,9 +31,9 @@
|
|||||||
<sect1 id="sec2.1">
|
<sect1 id="sec2.1">
|
||||||
<title>Profile manager</title>
|
<title>Profile manager</title>
|
||||||
<para>
|
<para>
|
||||||
Pandora's profile manager is used to assign specific profiles to
|
Pandora profile manager is used to assign specific profiles to
|
||||||
each user. A hierarchy of users is created, structured by the
|
each user. A hierarchy of users is created, structured by the
|
||||||
user's profile within the company. With this system different
|
user profile within the company. With this system different
|
||||||
security levels can be implemented: read-only users, agent group
|
security levels can be implemented: read-only users, agent group
|
||||||
coordinators or system administrators.
|
coordinators or system administrators.
|
||||||
</para>
|
</para>
|
||||||
@ -161,7 +161,7 @@
|
|||||||
<para>
|
<para>
|
||||||
From "Messages" > "Messages to groups" section in the
|
From "Messages" > "Messages to groups" section in the
|
||||||
Operation menu you can send messages to groups of users. The
|
Operation menu you can send messages to groups of users. The
|
||||||
sent messages will not be stores.
|
sent messages will not be stored.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
It is possible to manage the Pandora Servers from the "Manage Servers"
|
It is possible to manage the Pandora Servers from the "Manage Servers"
|
||||||
option of the Administration menu.
|
option of the Administration menu.
|
||||||
</para>
|
</para>
|
||||||
<graphic scale='60' fileref="images/Servers.png" valign="bottom"
|
<graphic scale='60' fileref="images/servers1.png" valign="bottom"
|
||||||
align="center"/>
|
align="center"/>
|
||||||
<para>
|
<para>
|
||||||
The following fields are displayed in the Managed Servers page:
|
The following fields are displayed in the Managed Servers page:
|
||||||
@ -22,8 +22,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>Status:</emphasis> Status of the server. Green ok and
|
<emphasis>Status:</emphasis> Status of the server. Green OK and
|
||||||
Red fail.
|
Red FAIL.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -33,12 +33,12 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>Description:</emphasis> Server´s description.
|
<emphasis>Description:</emphasis> Server description.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>Network:</emphasis> Mark for Network Server..
|
<emphasis>Network:</emphasis> Mark for Network Server.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -53,8 +53,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>Master:</emphasis> Mark when the server is Master and not
|
<emphasis>Master:</emphasis> Marked when the server is Master and not
|
||||||
mark when the master is backup.
|
marked when the master is backup.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -74,22 +74,26 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<emphasis>Action:</emphasis> Icons to modify a server's properties or
|
<emphasis>Action:</emphasis> Icons to modify server properties or
|
||||||
to delete a server.
|
to delete a server (only in Administration menu).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
<para>
|
||||||
|
From "Manage Servers", Administration menu you can configure and manage
|
||||||
|
servers.
|
||||||
|
</para>
|
||||||
<para>
|
<para>
|
||||||
It is possible delete a server using the icon <inlinegraphic
|
It is possible delete a server using the icon <inlinegraphic
|
||||||
fileref="images/cancel.png"/>
|
fileref="images/cancel.png"/>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
It is posible to change the server's properties using the icon
|
It is possible to change the server properties using the icon
|
||||||
<inlinegraphic fileref="images/config.png"/>
|
<inlinegraphic fileref="images/config.png"/>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
In a Server is posiible modify: Name, IP Address and Description.
|
In a Server it is possible to modify: Name, IP Address and Description.
|
||||||
</para>
|
</para>
|
||||||
<graphic scale='70' fileref="images/Servers1.png" valign="bottom"
|
<graphic scale='70' fileref="images/servers2.png" valign="bottom"
|
||||||
align="center"/>
|
align="center"/>
|
||||||
</chapter>
|
</chapter>
|
Loading…
x
Reference in New Issue
Block a user