I have a (actually many) component monitor with multiple outputs (I've been calling them "return variables" - not positive about the terminology).
Let's say I have 3 outputs, with Message and Statistic values:
- OutputValue1
- OutputValue2
- OutputValue3
I have a threshold set on OutputValue2. No other output value has a threshold set.
I've configured an alert for the threshold. The alert body returns the Message and Statistic value that generated the alert.
However... the value returned does not come from OutputValue2. It comes from OutputValue1 or even OutputValue3.
The Message and Statistic values returned in the alert do not necessarily come from the value on which a threshold is set. In fact, the Message and Statistic value returned in the alert appears to be somewhat random (no specific order).
Does anyone know how to specify a particular output value Message/Statistic in Solarwinds alerts?
Thanks.