Thanks Egor,
That worked! I'd actually tried something like this but couldn't figure out the parameter syntax.
I am a bit curious though: why is the alias there if it can't be used?
Richard
bigegor wrote:
Hi racitup,
you can not use Data Points aliases in thresholds. But you can change Max Value in 'high disk usage' threshold to:
here.getTotalBlocks() - ( 50 * 1073741824 / here.blockSize)
Egor