20 Mar 2023 12:29 PM - last edited on 12 May 2023 12:50 PM by AgataWlodarczyk
Hi,
Just want to check if there is a way to alert on 2 different metrics with AND condition. We have some disks that are of TB size and alerting on just percentage usage does not make sense.
Example: Disk space used > 95 % AND available bytes/MB/GB is less than the given value
Thanks, Suresh
Solved! Go to Solution.
20 Mar 2023 09:56 PM
Hi,
You can create two custom events. The first for builtin:host.disk.free (%) and the second for builtin:host.disk.avail. Next you create an alerting profile and specify an AND or OR condition:(https://www.dynatrace.com/support/help/shortlink/alerting-profiles#create-an-alerting-profile)
Radek