Is it possible to alert if trend slope is above a threshold?
Thanks,
Dave
If by trend slope then you mean the avg vs peak slope then this is what I would use the ForecastCapacity tables which are navigable straight from the Nodes so your alert looks something like this for CPU or memory percent used.
Ultimately the data is in dbo.CPULoad_ForecastCoefficients (and related ram/interfaces tables) but I found the below easiest.
Does this work for you?
Doesn't this, in Orion Thresholds, do that?
I've been asked if we can alert on similar to below, but even if it is at 25% and spikes, but does not spike above 50%, we'd like to know as it starts to spike...Does that make sense?
So are you wanting to alert on a basic number or a percentage of change?
i.e.; do you want "Alert me when forecast capacity > X" or "Alert me when the current value is X% above the last value"
Yes...I think it would need to alert if the value is X% above the last value.