Dynamic Alerting Thresholds

Hi All,

I’m trying to add an alert which takes the most recent value from the Graph and is triggered if the most recent value is less than the value prior.

I.e.

  • (Value = 5, Value = 6, Value = 7) = GOOD
  • (Value = 5, Value = 6, Value = 1) = BAD

For some more context, this is in regards to an uptime value

Thanks!

1 Like

I’m trying to do roughly the same thing (alerting on a dynamic threshold value from an external source). Did you have any luck?