Network Management
Alert email action messages shows volume percentage with 5 decimal places
When using alert email actions for volumes percentage, the output shows the value in 5 decimal places. For example 90.12345%. This shows hows to format the output to be in whole numbers which rounds up the 5 decimal places.
First published date
Last published date
Overview
When using alert email actions for volumes percentage, the output shows the value in 5 decimal places. For example 90.12345%.
This shows hows to format the output to be in whole numbers which rounds up the 5 decimal places.
Product section
Cause
Resolution
2. To remove the decimal places entirely from the Percent Used'variable when parsed is to, add in the variable syntax F=Bytes inside the '{}' and then the percent symbol behind the variable:
${N=SwisEntity;M=VolumePercentUsed;F=Bytes} % 3. It should look like the below after setting the format