20 Mar 2023
05:29 AM
- last edited on
12 May 2023
04:50 AM
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.
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