2013-03-27 Mario Pulido <mario.pulido@artica.es>
* include/help/es/help_network_map_enterprise.php, include/help/en/help_network_map_enterprise.php, images/help/netmap1.png,images/help/netmap2.png images/help/netmap3.png: Modified networkmap enterprise help. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7894 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4965f8d320
commit
b83f48f38c
|
@ -1,3 +1,11 @@
|
|||
2013-03-27 Mario Pulido <mario.pulido@artica.es>
|
||||
|
||||
* include/help/es/help_network_map_enterprise.php,
|
||||
include/help/en/help_network_map_enterprise.php,
|
||||
images/help/netmap1.png,images/help/netmap2.png
|
||||
images/help/netmap3.png: Modified networkmap enterprise help.
|
||||
|
||||
|
||||
2013-03-27 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_plugin_definition.php: Updated help.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -6,18 +6,114 @@
|
|||
|
||||
<h1>Networkmap console</h1>
|
||||
|
||||
<p>With Pandora FMS Enterprise we have the possibility of create editable network maps that are more interactive comparing with the Open version that is currently on the "See agents" submenu.</p>
|
||||
<p>With Pandora FMS Enterprise we have the possibility of create editable network maps that are more interactive comparing with the Open version that is currently on the "See agents" submenu.</p>
|
||||
|
||||
<p>On the contrary to the Open version, the Networkmap Enterprise provide us with more features, such as: </p>
|
||||
|
||||
<p>On the contrary to the Open version, the Networkmap Enterprise provide us with more features, such as:</p>
|
||||
|
||||
<ul>
|
||||
<li>Networkmaps much bigger, of more than 1000 agents to monitor.</li>
|
||||
<li>Monitoring in teal time of all the network topology of their systems.</li>
|
||||
<li>Different views of its network topology, defined in a manual way or generated automatically with agent groups.</li>
|
||||
<li>To link differebt views of its topology through fictitious points.</li>
|
||||
<li>To manipulate the topology represented in the view:</li>
|
||||
<li>Adding new nodes, one by one of in a massive way.</li>
|
||||
<li> Editing the nodes features.</li>
|
||||
</ul>
|
||||
<li>Monitoring in teal time of all the network topology of their systems. </li>
|
||||
<li>Different views of its network topology, defined in a manual way or generated automatically with agent groups. </li>
|
||||
<li>ETo link differebt views of its topology through fictitious points. </li>
|
||||
<li>To manipulate the topology represented in the view: </li>
|
||||
<li>Adding new nodes, one by one of in a massive way. </li>
|
||||
<li>Editing the nodes features. </li>
|
||||
<li>Organizing them inside the view: <br>
|
||||
- The nodes position. <br>
|
||||
- The relationships between the nodes. </li>
|
||||
|
||||
<p>The network maps could contain:</p>
|
||||
|
||||
<p><b>Real nodes,</b> which represent in an unique way the agents added in the map there. These nodes have an icon that represent the agent operative system and a circle (with circular shape by default, but it's also possible to select between other different shapes) of the agent status that could be: </p>
|
||||
<li>Green, it's right status.</li>
|
||||
<li>Red,some module it's on critical status. </li>
|
||||
<li>Yellow, some module is on warning status. </li>
|
||||
<li>Orange,some of the alarms has been fired in the agent.</li>
|
||||
<li>Grey, the agent is on unknown status. </li>
|
||||
<p><b>Fictitious nodes,</b>, which represent the link to other network map or simply one point simply for personal use in the map, could have any shape of the availables ones (circle, rhombus, square), any size and the text, of course. If it's a link to another map the color follows the following rules, it the color can't be customized. </p>
|
||||
<li>Green, if all the nodes of the linked map are right. </li>
|
||||
<li>Red,if any of the nodes of the linked map is on critical status. </li>
|
||||
<li>Yellow, if any of the nodes of the map is on warning status and there is any one on critical status. </li>
|
||||
<li>Orange, grey following the same rule that the other colors. </li>
|
||||
|
||||
<h2>Minimap</h2>
|
||||
|
||||
<p>This minimap gives us a global view that shows all the map extension, but in a smaller view, and besides, in contrast with the map view, all the nodes are shown, but without status and without relationships. Except the Pandora fictitious point, that is shown in green. And a red box is also shown of the part of the map that is being shown. </p>
|
||||
|
||||
<p>It's on the upper left corner, and could be hidden pressing on the arrow icon.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Control Panel </h2>
|
||||
|
||||
<p>From the control panel you can do tasks more complex on the network map. </p>
|
||||
|
||||
<p>t's hidden on the right upper corner. Same as with the minimap, it could be shown pressing on the arrow. </p>
|
||||
<?php html_print_image ("images/help/netmap1.png", false, array('width' => '550px')); ?>
|
||||
|
||||
<p>And the available options are:</p>
|
||||
|
||||
<li>To change the refresh frequency of the nodes status. </li>
|
||||
<li>To force the refresh.</li>
|
||||
<li>To add the agent, through the intelligent control that allows to search the agent in a quick way and to add it. The new node is shown in the point (0,0) of the map that is on the left upper side of the map. </li>
|
||||
<li>To add several agents, filtering them by group, which will show the agents of this group that are not yet in the map in a list of multiple selection </li>
|
||||
<li>To do a screenshot of the visible part of the map.</li>
|
||||
<li>To add a fictitious point, where you can select the text as name of this point, the size defined by the range, the point shape, color by default, and, if you want that the fictitious point would be a link to a map. </li>
|
||||
<li>To search agent, also through an intelligent control, once selected, the map will go automatically to the point where the agent node is. </li>
|
||||
<li>Zoom, change the network map zoom level </li>
|
||||
|
||||
<h2>Detail View Window </h2>
|
||||
|
||||
<p>The detail view window is a visual view of one agent. It is refreshed at the same velocity that the map that has opened, and the windows are completely independents, so you can have several windows opened.</p>
|
||||
|
||||
|
||||
<?php html_print_image ("images/help/netmap2.png", false, array('width' => '550px')); ?><br><br>
|
||||
|
||||
|
||||
|
||||
<p>It shows a box which rim will be of the same color that the agent status. <br>
|
||||
The agent name is a link to the Pandora agent page. <br>
|
||||
Inside the box are all the modules that are not in unknown status, which, depending if the module status is green or red. <br>
|
||||
It's possible to click on these modules and they shown a tooltip with the module main data. <br>
|
||||
In the box rim are the modules kind SNMP Proc,that use to be for network interfaces when an agent related with network systems is monitored. <br></p>
|
||||
|
||||
<h2>Palette of fictitious point
|
||||
</h2>
|
||||
<p>If you select see details on a fictitious point, this will show you a pop up window with a palette of options to modify the fictitious point </p>
|
||||
|
||||
<?php html_print_image ("images/help/netmap3.png", false, array('width' => '550px')); ?><br><br>
|
||||
|
||||
|
||||
<p>We have a form with these options: </p>
|
||||
|
||||
<li>Name of the fictitious point. </li>
|
||||
<li>Radio of the fictitious point.</li>
|
||||
<li>Shape of the fictitious point. </li>
|
||||
<li>Color of the fictitious point. </li>
|
||||
<li>Map that links the fictitious point. </li>
|
||||
|
||||
<h2>Creating a Network map</h2>
|
||||
|
||||
<p>If you want to create a network map, you can do it as: </p>
|
||||
|
||||
<li>Show of all the agents contained in one group. </li>
|
||||
<li>Creation of an empty network map </li>
|
||||
|
||||
|
||||
<br><br>We are going to summarize the fields that the creation form has availables: <br><br>
|
||||
|
||||
<li><b>Name:</b> Name of the network map </li>
|
||||
<li><b>Group:</b> The group for the ACL, and also the group which map we want to generate with the agents that are contained in this group. </li>
|
||||
<li><b>Creating the network map from:</b> option only available in the creation. It's the way to create the network map if we do it from the agents that are in the previously selected group, or on the contrary we want an empty network map. </li>
|
||||
<li><b>Size of the network map:</b> where it's possible to define the size of the network map, by default it's of 3000 width and 3000 high. </li>
|
||||
<li><b>Method for creating of the network map:</b> the method of distribution of the nodes that will make up the network map, by default it's radial, but there are the following ones: </li>
|
||||
<p>- <i>Radial:</i> In which all the nodes will be placed around the fictitious node that the Pandora represents. <br>
|
||||
- <i>Circular:</i> In which the nodes will be placed in concentric circles en el cual se dispondrá los nodos en círculos concentricos. <br>
|
||||
- <i>Flat:</i> In which the nodes with tree shape will be placed. <br>
|
||||
- <i>spring1, spring2:</i> are variations of the Flat. <br>
|
||||
<li><b>Networkmap Refresh:</b> the refresh velocity of the status of the nodes contained in the networkmap, by default is any 5 minutes. </p>
|
||||
|
||||
The rest of the fields disabled, as for example "resizing map" is because there are only actives in the edition of one map already created. <br><br>
|
||||
|
||||
|
||||
For more information about editing maps see http://www.openideas.info/wiki/index.php?title=Pandora:Documentation_en:Data_Presentation#Network_Enteprise_Console
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<p>En contraste con la version Open, el mapa de red proprociona mas funcionalidades como:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>Mapa de red mas grande, con mas de 1000 agentes para monitorizar.</li>
|
||||
<li>Monitorizar en tiempo real toda la topologia de la red con sus sistemas.</li>
|
||||
<li>Diferentes vistas de la topologia de red, definidas de una forma manual o generadas automaticamente con grupos de agentes.</li>
|
||||
|
@ -18,5 +18,104 @@
|
|||
<li>Manipular la topologia representada en cada una de las vistas.</li>
|
||||
<li>Añadir nuevos nodos, uno por uno o de forma masiva.</li>
|
||||
<li>Editando las caracteristicas de los nodos.</li>
|
||||
</ul>
|
||||
<li>Organizandolos dentro de la vista:<br>
|
||||
- La posición de los nodos.<br>
|
||||
- Las relaciones entre los nodos.</li>
|
||||
|
||||
<p>Los mapas de red pueden contener:</p>
|
||||
|
||||
<p><b>Nodos reales</b>, los cuales representan de forma única los agentes allí añadidos en el mapa. Estos nodos tienen un icono que representa el sistema operativo del agente, y una aureola (con la forma circular por defecto, pero puede escogerse entre otras distintas formas) de estado del agente que puede ser:</p>
|
||||
<li>Verde, esta en estado correcto.</li>
|
||||
<li>Rojo, esta en estado crítico alguno de sus módulos.</li>
|
||||
<li>Amarillo, esta en estado warning alguno de sus módulos.</li>
|
||||
<li>Naranja, en el agente ha sido disparada alguna de las alarmas.</li>
|
||||
<li>Gris, el agente esta en estado desconocido.</li>
|
||||
<p><b>Nodos ficticios</b>, los cuales representan un enlace a otro mapa de red o simplemente un punto para uso personal dentro del mapa, puede tener cualquier forma de las disponibles (circulo, rombo, cuadrado), cualquier tamaño y el texto por supuesto. Y si es un enlace a otro mapa el color sigue la siguientes reglas, si no se le puede personalizar el color:</p>
|
||||
<li>Verde, si todos los nodos del mapa enlazado están correctos.</li>
|
||||
<li>Rojo, si alguno de los nodos del mapa enlazado esta en estado critico.</li>
|
||||
<li>Amarillo, si alguno de los nodos del mapa esta en estado warning y no hay ninguno en estado critico.</li>
|
||||
<li>Naranja, Gris siguiendo la misma regla que los otros colores. </li>
|
||||
|
||||
<h2>Minimapa</h2>
|
||||
|
||||
<p>El minimapa nos provee de una vista global que muestra toda la extensión del mapa, pero en una vista mucho mas pequeña, además que frente a la vista del mapa se muestra completamente todos los nodos pero sin estado y sin las relaciones. Excepto el punto ficticio de Pandora que se muestra en verde. Y además se muestra un recuadro rojo de la parte del mapa que se esta mostrando.</p>
|
||||
|
||||
<p>Se encuentra en la esquina superior izquierda, y se puede ocultar pulsando en el icono de la flecha.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Panel de control</h2>
|
||||
|
||||
<p>Desde el panel de control puedes realizar tareas mas complejas sobre el mapa de red.</p>
|
||||
|
||||
<p>Se encuentra oculto en la esquina superior derecha, como en el minimapa se puede mostrar pulsando en la flecha.</p>
|
||||
<?php html_print_image ("images/help/netmap1.png", false, array('width' => '550px')); ?>
|
||||
|
||||
<p>Y las opciones disponibles son:</p>
|
||||
|
||||
<li>Cambiar la frecuencia de refresco de los estado de los nodos.</li>
|
||||
<li>Forzar el refresco.</li>
|
||||
<li>Añadir agente, por medio del control inteligente que permite buscar de forma rápida el agente y añadirlo, el nuevo nodo aparece en el punto (0, 0) del mapa que esta en la parte superior izquierda del mapa.</li>
|
||||
<li>Añadir varios agentes, por medio del filtrado por grupo que mostrará los agentes de ese grupo en una lista de selección múltiple y que no estén ya en el mapa.</li>
|
||||
<li>Hacer una captura de la parte visible del mapa.</li>
|
||||
<li>Añadir un punto ficticio, donde puedes elegir, el texto como nombre de este punto, el tamaño definido por el radio, la forma del punto, color por defecto y si quieres que el punto ficticio sea un link a un mapa.</li>
|
||||
<li>Buscar agente, por medio de también de un control inteligente, una vez elegido el mapa va automáticamente al punto donde esta el nodo del agente.</li>
|
||||
<li>Zoom, cambiar el nivel de zoom del mapa de red. </li>
|
||||
|
||||
<h2>Ventana vista detalle</h2>
|
||||
|
||||
<p>La ventana vista detalle es una vista visual de un agente, la cual se refresca a la misma velocidad que el mapa del que se abrió, y las ventanas son totalmente independientes por lo que puedes tener varias ventanas de estas abiertas.</p>
|
||||
|
||||
|
||||
<?php html_print_image ("images/help/netmap2.png", false, array('width' => '550px')); ?><br><br>
|
||||
|
||||
|
||||
|
||||
<p>Muestra una caja que el borde se pone del color del estado del agente.<br>
|
||||
El nombre del agente es un link a la página del agente de Pandora.<br>
|
||||
Dentro de la caja aparecen todos los módulos que no están en estado desconocido, los cuales según si el estado del modulo estará verde o rojo.<br>
|
||||
Estos módulos son clickables y muestran un tooltip con los datos principales del módulo. <br>
|
||||
En el borde de la caja aparece los módulos de tipo SNMP Proc, que suelen corresponder a interfaces de red cuando se monitoriza un agente relacionado con sistemas de red. <br></p>
|
||||
|
||||
<h2>Paleta de punto ficticio
|
||||
</h2>
|
||||
<p>Si seleccionas ver detalles sobre un punto ficticio, este te mostrara una ventana emergente con una paleta de opciones para modificar el punto ficticio.</p>
|
||||
|
||||
<?php html_print_image ("images/help/netmap3.png", false, array('width' => '550px')); ?><br><br>
|
||||
|
||||
|
||||
<p>Disponemos de un formulario con las opciones de:</p>
|
||||
|
||||
<li>Nombre del punto ficticio.</li>
|
||||
<li>Radio del punto ficticio.</li>
|
||||
<li>Forma del punto ficticio.</li>
|
||||
<li>Color del punto ficticio.</li>
|
||||
<li>Mapa que linka el punto ficticio. </li>
|
||||
|
||||
<h2>Creación de un mapa de red</h2>
|
||||
|
||||
<p>Para la creación de un mapa de red puedes hacerlo como:</p>
|
||||
|
||||
<li>Despliegue de todos los agentes contenidos en un grupo.</li>
|
||||
<li>Creación de un mapa de red en blanco. </li>
|
||||
|
||||
|
||||
|
||||
|
||||
<br><br>Vamos a hacer una vista rápida de los campos que tiene el formulario de creación:<br><br>
|
||||
|
||||
<li><b>Nombre:</b> nombre del mapa de red.</li>
|
||||
<li><b>Grupo:</b> el grupo al que pertenece el mapa de red para las ACL, y además el grupo del que generar el mapa a partir de los agentes que hay contenidos en ese grupo.</li>
|
||||
<li><b>Generación del mapa de red desde:</b> opción solo disponible en la creación y es la forma de crear el mapa de red, si a partir de los agentes que existen en el grupo elegido previamente o por el contrario queremos un mapa de red vacío.</li>
|
||||
<li><b>Tamaño del mapa de red:</b> en el cual se puede definir el tamaño del mapa de red, por defecto es 3000 pixeles de ancho por 3000 pixeles alto.</li>
|
||||
<li><b>Método de generación del mapa de red:</b> el método de distribución de los nodos que formarán el mapa de red, por defecto es radial, pero existen los siguientes:</li>
|
||||
<p>- <i>Radial:</i> en el cual todos los nodos se dispondrán alrededor del nodo ficticio que simboliza el Pandora.<br>
|
||||
- <i>Circular:</i> en el cual se dispondrá los nodos en círculos concentricos.<br>
|
||||
- <i>Flat:</i> en el cual se dispondrá los nodos de forma arborescente.<br>
|
||||
- <i>spring1, spring2:</i> son variaciones del Flat. <br>
|
||||
<li><b>Refresco del networkmap:</b> la velocidad de refresco de los estados de los nodos contenidos en el networkmap, por defecto es cada 5 minutos. </p>
|
||||
|
||||
El resto de los campos que estén deshabilitados como por ejemplo "redimensionar mapa" es porque solo están activos en la edición de un mapa ya creado.<br><br>
|
||||
|
||||
|
||||
Para más información sobre la edición de mapas consulte http://openideas.info/wiki/index.php?title=Pandora:Documentation_es:Presentacion_datos#Consola_Network_Enteprise
|
||||
|
|
Loading…
Reference in New Issue