Hi,
I want to be able to set a specific size or "alert threshold" for volumes within NPM. I created a custom property in volumes called "AlertThreshold." I can enter the number of bytes into this custom property and create an advanced alert that triggers when the volume is below this threshold. It all works flawlessly. So the way that I would like it to work, is instead of entering the threshold in bytes, i could enter it into megabytes. I'm not finding a way to use advanced alerts with the value in megabytes though. So what I'm thinking of doing is create another custom property called "AlertThresholdMB", then creating an update trigger in the database that would populate the AlertThreshold property with (AlertThresholdMB * 1024 * 1024) and leaving the alert the way it is. Does anyone have a better way of doing this?
Thanks
David