diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index dd8d08947f..1a22b99dca 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -366,15 +366,15 @@ html_print_input_hidden('id_item', $idItem);
Prediction date return a date in the future where a module reach an interval. It uses least squares method.
+ ++Period: Period of time to make the estimation. +
++Data Range: Interval that the module needs to reach to return the associated date. +
+ +For example, for the module disk_temp_free and choosing 2 months and searching for the date where the module reach the interval [5-0] the result will be 04 Dec 2011 18:36:23.
+This is a graphic vision of the explanation:
+ + '210')); ?> diff --git a/pandora_console/include/help/en/help_projection_graph.php b/pandora_console/include/help/en/help_projection_graph.php new file mode 100644 index 0000000000..8174793b63 --- /dev/null +++ b/pandora_console/include/help/en/help_projection_graph.php @@ -0,0 +1,17 @@ ++Projection graphs make a projection of module data in the future. The projection is based on linear regressions. +
++Important parameters are: +
++Period: Period of time to make the estimation based on real module data. +
++Projection period: Period of time in the future where the module data will be projected. +
diff --git a/pandora_console/include/help/es/help_prediction_date.php b/pandora_console/include/help/es/help_prediction_date.php new file mode 100644 index 0000000000..03e43162f5 --- /dev/null +++ b/pandora_console/include/help/es/help_prediction_date.php @@ -0,0 +1,16 @@ +Prediction date permite utilizando una proyeccion de los datos de un modulo a futuro, devolver la fecha en la cual el modulo tomara un valor entre un rango. Para ello se utiliza el metodo de los minimos cuadrados.
+ ++Period: Periodo utilizado para hacer la estimacion. +
++Data Range: Intervalo que necesita alcanzar el módulo para que la fecha asociada sea devuelta. +
+ +Por ejemplo, para el modulo disk_temp_free y eligiendo un periodo de 2 meses si se busca la fecha en la que el modulo alcanzará el intervalo [5-0] el resultado sera 04 Dec 2011 18:36:23.
+Visto de una manera grafica seria:
+ + '210')); ?> diff --git a/pandora_console/include/help/es/help_projection_graph.php b/pandora_console/include/help/es/help_projection_graph.php new file mode 100644 index 0000000000..f94a340c11 --- /dev/null +++ b/pandora_console/include/help/es/help_projection_graph.php @@ -0,0 +1,17 @@ ++Projection graphs hacen una proyección de los datos del modulo en el futuro. La proyeccion se basa en una regresion lineal. +
++Parametros importantes son: +
++Period: Periodo de tiempo para hacer la estimacion basada en datos reales del modulo. +
++Projection period: Periodo de tiempo en el futuro donde los datos del modulo seran estimados. +