I may be missing something obvious here, but when creating an alert, I see a VolumePercentUsed... but no VolumePercentFree... ?
You should be looking at 'VolumePercentAvailable' (which is equivalent to Volume % Free)
That's what I thought too, but no such item in my list...
You will not find 'VolumePercentAvailable' under Variable list, from what I understand NPM would calculate this by using a simple math 'VolumePercentUsed - 100' and display the same.
But it would not store this value in the DB, that's the reason that variable wont be present. You will not find 'VolumePercentAvailable' under Volumes table.
OK so should this be ${VolumePercentAvailable} or... ? I'm not clear how I'm supposed to be calling the value.
will try and test this before I respond back to you. Haven't tried this option so far.