Forum Discussion
7 years ago
17 hours ago, Joe Williams said:Hate to bring up a dead thread, but this doesn't work when you need the actual datapoint. In our case there is a range that can be returned. Say 1-7. 2-5 are "OK" returned values. 1, 6 & 7 are bad returned values, but each one of those values tells us what is wrong.
Couldn't you still use an expression for this scenario?
if(eq(datapoint,1)||eq(datapoint,6)||eq(datapoint,7),datapoint,1)
Then you can set your alert threshold to warning/error/critical when >1, it would still give you the numerical value indicating what the problem is, but would return 1 (or whatever other number you want) when the values are "OK" values.
Related Content
- 2 years ago