mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-23 10:48:47 +02:00
* include/functions_menu.php, include/functions_html.php, include/functions_events.php, include/functions_messages.php, include/functions_modules.php, include/functions_exportserver.php, include/functions_reporting.php, include/functions_filemanager.php, include/pchart_graph.php, include/pandora_graph.php, include/auth/dev.php, include/auth/ldap.php, include/auth/mysql.php, include/config.inc.php, include/functions_networkmap.php, include/functions_servers.php, include/FusionCharts/FusionCharts_Gen.php, include/FusionCharts/FusionCharts.php, include/functions_network_profiles.php, include/gettext.php, include/functions_network_components.php, include/functions_visual_map.php, include/fgraph2.php, include/Image/image_functions.php, include/functions_config.php, include/help/en/help_plugin_parameters.php, include/help/en/help_snmpcommunity.php, include/help/en/help_wmiquery.php, include/help/en/help_postprocess.php, include/help/en/help_prediction_source_module.php, include/help/en/help_date_format.php, include/help/en/help_recontask.php, include/help/en/help_alert-matches.php, include/help/en/help_tcp_send.php, include/help/en/help_wmifield.php, include/help/en/help_duplicateconfig.php, include/help/en/help_agent_status.php, include/help/en/help_manage_alerts.php, include/help/en/help_wmikey.php, include/help/en/help_alert_type.php, include/help/en/help_network_component.php, include/help/en/help_time_stamp-comparation.php, include/help/en/help_eventview.php, include/help/en/help_timesource.php, include/help/en/help_alert_validation.php, include/help/en/help_map_builder.php, include/help/en/help_alert_recovery.php, include/help/en/help_module_type.php, include/help/en/help_planned_downtime.php, include/help/en/help_serverlag.php, include/help/en/help_alerts.php, include/help/en/help_snmpwalk.php, include/help/en/help_module_definition.php, include/help/en/help_plugin_definition.php, include/help/en/help_wminamespace.php, include/help/en/help_snmpoid.php include/help/en/help_manageconfig.php, include/help/es/help_alert_validation.php, include/help/es/help_plugin_parameters.php, include/help/es/help_snmpcommunity.php, include/help/es/help_wmiquery.php, include/help/es/help_map_builder.php, include/help/es/help_postprocess.php, include/help/es/help_date_format.php, include/help/es/help_alert_recovery.php, include/help/es/help_prediction_source_module.php, include/help/es/help_module_type.php, include/help/es/help_planned_downtime.php, include/help/es/help_alert-matches.php, include/help/es/help_recontask.php, include/help/es/help_alerts.php, include/help/es/help_serverlag.php, include/help/es/help_snmpwalk.php, include/help/es/help_module_definition.php, include/help/es/help_tcp_send.php, include/help/es/help_duplicateconfig.php, include/help/es/help_wmifield.php, include/help/es/help_manage_alerts.php, include/help/es/help_wmikey.php, include/help/es/help_plugin_definition.php, include/help/es/help_alert_type.php, include/help/es/help_snmpoid.php, include/help/es/help_wminamespace.php, include/help/es/help_network_component.php, include/help/es/help_time_stamp-comparation.php, include/help/es/help_manageconfig.php, include/help/es/help_timesource.php, include/config_process.php, include/functions_ui.php, include/htmlawed.php, include/functions_custom_graphs.php, include/fgraph.php, include/functions_incidents.php, include/functions.php, include/functions_agents.php, include/functions_db.php, include/functions_themes.php, include/streams.php, include/functions_fsgraph.php, include/functions_alerts.php, include/functions_reports.php, include/functions_extensions.php, include/functions_ui_renders.php: change comments blocks for delete the warnings to construct phpDoc Files, give a struct and order in the phpDoc files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1881 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
52 lines
1.8 KiB
PHP
52 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* @package Include/help/en
|
|
*/
|
|
?>
|
|
<h1>Configuration management</h1>
|
|
|
|
This tool is used to several purposes:<br><br>
|
|
|
|
<ul>
|
|
<li> Copy module and/or alert configuration from one agent to one or several destination agents.</li>
|
|
<li> Delete module and/or alert configuration from a group of agents.</li>
|
|
<li> Full deletion of agents selecting several at once.</li>
|
|
</ul>
|
|
|
|
<h2> Copy module / alert configuration</h2>
|
|
|
|
<ol>
|
|
<li> Select source group.</li>
|
|
<li> Select source agent.</li>
|
|
<li> Select one or more modules in source agent.</li>
|
|
<li> Select destination agents for copy operation.</li>
|
|
<li> Select targets: Module for only copy modules, Alert for only copy alerts (if destination agents don't have a module with the same name defined in source agent, tool cannot replicate alert). You could select both to first create module and after replicate alert (if defined).</li>
|
|
<li> Click on "Copy Modules/Alerts" button.</li>
|
|
</ol>
|
|
|
|
<h2> Delete module / alert configuration</h2>
|
|
|
|
<p>
|
|
This will delete all destination modules/alerts with the same name that has been selected in source agent / modules. All alerts associated to source modules will be deleted in destination agents if they have a module with the same name and alerts associated to them.
|
|
</p>
|
|
|
|
<ol>
|
|
<li> Select source group.</li>
|
|
<li> Select source agent.</li>
|
|
<li> Select one or more modules in source agent.</li>
|
|
<li> Select destination agents for delete operation.</li>
|
|
<li> Select targets: Modules, Alerts or both.</li>
|
|
<li> Click on "Delete Modules/Alerts" button.
|
|
</ol>
|
|
|
|
<h2> Delete agents</h2>
|
|
|
|
<p>
|
|
This will delete all agent information (modules, alerts, events...) from the list of agents selected in the listbox on the bottom.
|
|
</p>
|
|
|
|
<ol>
|
|
<li> Select destination agents for delete operation in the listbox on the bottom.</li>
|
|
<li> Click on "Delete agents" button.</li>
|
|
</ol>
|