This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Alert on Volume Growth

How to create an alert when the disk usage of a volume grows say 10GB in 5 mins? Is this possible using a SWQL query or the like even?

Parents
  • Hi ! You can probably generate an alert using a SWQL condition similar to the 100% Disk capacity out-of-the-box alert. That condition is "DayDiff(getdate(), datastores.DepletionDate)<7". That condition coupled with capacity forecasting could get you the result you're looking for. Hope this helps getting started! 

Reply
  • Hi ! You can probably generate an alert using a SWQL condition similar to the 100% Disk capacity out-of-the-box alert. That condition is "DayDiff(getdate(), datastores.DepletionDate)<7". That condition coupled with capacity forecasting could get you the result you're looking for. Hope this helps getting started! 

Children
No Data