I was wondering how to change the output of a macro in an alert. For examply I am setting up memory usage alerts. I am using: ${NodeName} memory utilization is at ${VolumePercentUsed}. That gets me something like this:
servername memory utilization is at 64.31521
I do not want to see all the decimals. I just want to see:
servername memory utilization is at 64%. I know i can add the % at the end of alert, but can't figure out how to drop the decimals.