mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
* include/help/en/help_plugin_parameters.php, include/help/en/help_alert_recovery.php, include/help/en/help_prediction_source_module.php, include/help/en/help_snmpwalk.php, include/help/en/help_alert_type.php, include/help/en/help_network_component.php: Added new help pages. * include/help/en/help_map_builder.php, include/help/en/help_postprocess.php, include/help/en/help_recontask.php, include/help/en/help_alerts.php, include/help/en/help_manage_alerts.php: modified HTML tag. * godmode/agentes/module_manager_editor_network.php, godmode/agentes/module_manager_editor_plugin.php, godmode/agentes/module_manager_editor_prediction.php, godmode/agentes/alert_manager_editor.php, godmode/agentes/module_manager_editor_data.php, godmode/agentes/modificar_agente.php, godmode/agentes/agent_manager.php, godmode/alerts/configure_alert.php: Added/modified help support. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@912 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
6 lines
541 B
PHP
6 lines
541 B
PHP
<h1>Post process</h1>
|
|
|
|
Post process is a numeric value that is used after get data to numerical post process in a multipliear operation. For example a data with a value of 1000 with a Post Process value of 1024 will result in a definitive data of 1024000 value. This is useful to normalize data, convert between units, etc. This also can be used to divide, using a multiplier below 1 value, like, for example, 0.001 that will divide current value by 1000.
|
|
<br /><br />
|
|
An empty value, or 0, will disable the usage of post process (default).
|