From 6114eb8e5b6c8ba0722b11a3fb20f977f54ef40a Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Fri, 3 Feb 2017 15:18:39 +0100 Subject: [PATCH] Merge branch '43-la-ayuda-del-post-procesado-de-modulos-crea-confusion-entre-y-integria-4405' into 'develop' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve "La ayuda del post-procesado de módulos crea confusión entre . y , [INTEGRIA: #4405]" See merge request !117 --- pandora_console/include/help/en/help_postprocess.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/help/en/help_postprocess.php b/pandora_console/include/help/en/help_postprocess.php index 985904e475..6f8ae8a7f5 100644 --- a/pandora_console/include/help/en/help_postprocess.php +++ b/pandora_console/include/help/en/help_postprocess.php @@ -7,9 +7,9 @@ Post process is a numeric value used after get data to numerical post process in a multiplier 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. Some other interesting examples are:
  • Convert timeticks (SNMP) to Days: 0.000000115740741 -
  • Convert bytes into MegaBytes: 0,00000095367432 -
  • Convert bytes into GigaBytes: 0,00000000093132 -
  • Convert megabits in megabytes: 0,125 +
  • Convert bytes into MegaBytes: 0.00000095367432 +
  • Convert bytes into GigaBytes: 0.00000000093132 +
  • Convert megabits in megabytes: 0.125


  • An empty value, or 0, will disable the usage of post process (default).