Change visual
|
@ -3,42 +3,23 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no collections defined yet.') ) ); ?>
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="index.php?sec=gagente&sec2=enterprise/godmode/agentes/collections&action=new">Crear una nueva colección</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Collections'); ?></h3>
|
||||
<p id="description_task"> <?php echo __("A file collection is a group of files (e.g. scripts or executables) which are
|
||||
automatically copied to a specific directory of the agent (under Windows or UNIX). The file collections allow to be propagated
|
||||
along with the policies in order to be used by a group of agents, using a 'package' of scripts and modules which use them.
|
||||
First we learn how to use the file collections in the agent's view, how to conduct it manually, agent by agent, without using collections,
|
||||
and how to do the same thing by using policies.Our first task is to arrange a compilation of files. In order to do this, please go to the agent's
|
||||
administrator. Subsequently, we're going to see a 'sub option' called 'Collections'. Please click on it in order to create a new collection as we can see on
|
||||
the picture below. "); ?></p>
|
||||
<form action="index.php?sec=gagente&sec2=enterprise/godmode/agentes/collections&action=new" method="post">
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Collections'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,42 +3,21 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no recon task defined yet.') ) ); ?>
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="index.php?sec=gagente&sec2=godmode/agentes/configure_field">Crear un nuevo campo</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Recon Task'); ?></h3>
|
||||
<p id="description_task"> <?php echo __('The Recon Task definition of Pandora FMS is used to find new elements in the network.
|
||||
If it detects any item, it will add that item to the monitoring, and if that item it is already being monitored, then it will
|
||||
ignore it or will update its information.There are three types of detection: Based on <strong id="fuerte"> ICMP </strong>(pings),
|
||||
<strong id="fuerte">SNMP</strong> (detecting the topology of networks and their interfaces), and other <strong id="fuerte"> customized </strong>
|
||||
type. You can define your own customized recon script.'); ?></p>
|
||||
<form action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&create" method="post">
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Recon Task'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,42 +3,21 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no recon task defined yet.') ) ); ?>
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="?sec=gservers&sec2=godmode/reporting/visual_console_builder">Crear un mapa de consola</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Recon Task'); ?></h3>
|
||||
<p id="description_task"> <?php echo __('The Recon Task definition of Pandora FMS is used to find new elements in the network.
|
||||
If it detects any item, it will add that item to the monitoring, and if that item it is already being monitored, then it will
|
||||
ignore it or will update its information.There are three types of detection: Based on <strong id="fuerte"> ICMP </strong>(pings),
|
||||
<strong id="fuerte">SNMP</strong> (detecting the topology of networks and their interfaces), and other <strong id="fuerte"> customized </strong>
|
||||
type. You can define your own customized recon script.'); ?></p>
|
||||
<form action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&create" method="post">
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Recon Task'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,42 +3,31 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no recon task defined yet.') ) );
|
||||
$strict_user = db_get_value('strict_acl', 'tusuario', 'id_user', $config['id_user']);
|
||||
$networkmap_types = networkmap_get_types($strict_user);
|
||||
?>
|
||||
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="index.php?sec=network&sec2=operation/agentes/networkmap&add_networkmap=1&tab=groups">Crear un mapa de red de grupo</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Recon Task'); ?></h3>
|
||||
<p id="description_task"> <?php echo __("There is also an open-source version of the network map.
|
||||
This functionality allows to graphically display the nodes and relationships, agents, modules and groups available to the user.
|
||||
There are three types of network maps:
|
||||
<li><ul>Topology Map</ul>
|
||||
<ul>Group Map</ul>
|
||||
<ul>Policy Map</ul></li> "); ?></p>
|
||||
<form id="networkmap_action" method="post" action="index.php?sec=network&sec2=operation/agentes/networkmap&action=create">
|
||||
<?php echo html_print_select($networkmap_types, 'tab', 'topology', '', '', 0);
|
||||
html_print_input_hidden('add_networkmap', 1);
|
||||
?>
|
||||
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Recon Task'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@ ui_require_css_file ('firts_task');
|
|||
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Recon Task'); ?></h3>
|
||||
|
|
|
@ -3,42 +3,22 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no services defined yet.') ) ); ?>
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_servicios.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service">Crear un nuevo servicio</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Services'); ?></h3>
|
||||
<p id="description_task"> <?php echo __("A service is a way to group your IT resources based on their functionalities.
|
||||
A service could be e.g. your official website, your CRM system, your support application, or even your printers.
|
||||
Services are logical groups which can include hosts, routers, switches, firewalls, CRMs, ERPs, websites and numerous other services.
|
||||
By the following example, you're able to see more clearly what a service is:
|
||||
A chip manufacturer sells computers by its website all around the world.
|
||||
His company consists of three big departments: A management, an on-line shop and support."); ?></p>
|
||||
<form action="index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service" method="post">
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Services'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,42 +3,21 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no recon task defined yet.') ) ); ?>
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="index.php?sec=snmpconsole&sec2=godmode/snmpconsole/snmp_filters&edit_filter=-1">Crear un nuevo filtro snmp</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Recon Task'); ?></h3>
|
||||
<p id="description_task"> <?php echo __('The Recon Task definition of Pandora FMS is used to find new elements in the network.
|
||||
If it detects any item, it will add that item to the monitoring, and if that item it is already being monitored, then it will
|
||||
ignore it or will update its information.There are three types of detection: Based on <strong id="fuerte"> ICMP </strong>(pings),
|
||||
<strong id="fuerte">SNMP</strong> (detecting the topology of networks and their interfaces), and other <strong id="fuerte"> customized </strong>
|
||||
type. You can define your own customized recon script.'); ?></p>
|
||||
<form action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&create" method="post">
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Recon Task'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,42 +3,21 @@ global $config;
|
|||
check_login ();
|
||||
ui_require_css_file ('firts_task');
|
||||
?>
|
||||
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no recon task defined yet.') ) ); ?>
|
||||
|
||||
<div class="Table">
|
||||
<div class="Title">
|
||||
<p>This is a Table</p>
|
||||
<div class="new_task">
|
||||
<div class="image_task">
|
||||
<?php echo html_print_image('images/firts_task/icono_grande_reconserver.png', true, array("alt" => __('Recon server')));?>
|
||||
</div>
|
||||
<div class="Heading">
|
||||
<div class="Cell">
|
||||
<p>Heading 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Heading 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<a href="index.php?sec=$sec&sec2=godmode/tag/edit_tag&action=new">Crear un nuevo tag</a>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 1 Column 3</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Row">
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 1</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 2</p>
|
||||
</div>
|
||||
<div class="Cell">
|
||||
<p>Row 2 Column 3</p>
|
||||
</div>
|
||||
<div class="text_task">
|
||||
<h3> <?php echo __('Create Recon Task'); ?></h3>
|
||||
<p id="description_task"> <?php echo __('The Recon Task definition of Pandora FMS is used to find new elements in the network.
|
||||
If it detects any item, it will add that item to the monitoring, and if that item it is already being monitored, then it will
|
||||
ignore it or will update its information.There are three types of detection: Based on <strong id="fuerte"> ICMP </strong>(pings),
|
||||
<strong id="fuerte">SNMP</strong> (detecting the topology of networks and their interfaces), and other <strong id="fuerte"> customized </strong>
|
||||
type. You can define your own customized recon script.'); ?></p>
|
||||
<form action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&create" method="post">
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Recon Task'); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 387 B |
|
@ -34,10 +34,11 @@
|
|||
width: 70%;
|
||||
float: right;
|
||||
height: 100%;
|
||||
padding-right: 25px;
|
||||
}
|
||||
.text_task>p
|
||||
{
|
||||
margin-top: 7%;
|
||||
margin-top: 4%;
|
||||
}
|
||||
|
||||
.button_task
|
||||
|
|
|
@ -314,7 +314,6 @@ div#menu_container {
|
|||
div#menu {
|
||||
width: 45px;
|
||||
float: left;
|
||||
height: 828px;
|
||||
z-index: 2000;
|
||||
position: absolute;
|
||||
}
|
||||
|
@ -1232,7 +1231,7 @@ div.title_line {
|
|||
color: #fff;
|
||||
font-size: 8.5pt;
|
||||
font-weight: bold;
|
||||
line-height: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#menu_tab_left .mn li a {
|
||||
display: block;
|
||||
|
|