How to configure Alerts so if the Condition has been true for 90 days, stop alerting,?
We monitor Volume space, with 85% threshold. If a drive has been at or above this threshold for more than 90 days, ignore it.Alerts, SQL,
Perhaps tagging the unwanted volumes with a custom property would be a way to go? This would work pretty well unless you had a ton of them, but for one-off would be manageable.
I would do this with a database trigger. Using the "mute" concept outlined here: , I would run a query every night checking the alert trigger status, and if it's > 90 days I would update v_mute to true, and the reason to "device over threshold for over 90 days"