mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'cherry-pick-0a40939d' into 'pandora_6.0'
Merge branch '43-la-ayuda-del-post-procesado-de-modulos-crea-confusion-entre-y-i… See merge request !118
This commit is contained in:
commit
b58fd0ae79
@ -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:
|
||||
<li>Convert timeticks (SNMP) to Days: 0.000000115740741
|
||||
<li>Convert bytes into MegaBytes: 0,00000095367432
|
||||
<li>Convert bytes into GigaBytes: 0,00000000093132
|
||||
<li>Convert megabits in megabytes: 0,125
|
||||
<li>Convert bytes into MegaBytes: 0.00000095367432
|
||||
<li>Convert bytes into GigaBytes: 0.00000000093132
|
||||
<li>Convert megabits in megabytes: 0.125
|
||||
<li>
|
||||
<br /><br />
|
||||
An empty value, or 0, will disable the usage of post process (default).
|
||||
|
Loading…
x
Reference in New Issue
Block a user