24 lines
1.3 KiB
PHP
24 lines
1.3 KiB
PHP
|
<?php
|
||
|
global $config;
|
||
|
check_login ();
|
||
|
ui_require_css_file ('firts_task');
|
||
|
?>
|
||
|
<?php ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no planned downtime defined yet.') ) ); ?>
|
||
|
|
||
|
<div class="new_task">
|
||
|
<div class="image_task">
|
||
|
<?php echo html_print_image('images/firts_task/icono_grande_visualconsole.png', true, array("title" => __('Planned Downtime')));?>
|
||
|
</div>
|
||
|
<div class="text_task">
|
||
|
<h3> <?php echo __('Create Planned Downtime'); ?></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 Planned Downtime'); ?>" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|