Hi,
I have created an alert for DHCP scope usage higher than 85%. I have these in the Message body:
DHCP Server: ${NodeName}
DHCP Scope: ${Address}/${CIDR}
Scope Percent Used:${PercentUsed}
when I receive the alert, the Scope Percentage used value is displayed like this:
Scope Percent Used:90.00000
Is there a way I can display without decimals, like 90% instead of 90.00000?
Thanks