I have a custom poller that is checking on the volume % and will send out an alert when it breaks 85%. That works well, but what I would like to do is display the variable for what volume/aggregate it was that triggered the alert.
The poller dfPerCentKBytesCapacity is spitting out the % level
The poller dfFileSysName will show the names of the aggregates and volumes we have on there.
How can I tie the two of them together so that if something breaks 85% it checks with dfFileSysName to put that in the alert message?