-
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
We need to raise different levels of alarms, based on thresholds.
At the moment, alarms for analog metrics can be raised when value reaches hiLimit (or loLimit respectively).
When this happens, alarmed is raised, and alarmRange is set to 1 (resp -1). And it works great.
We'd like to get more severe alarms when higher thresholds are reached.
I can see that other xxLimit attributes are reserved for later use, and I'd like to understand what they are for.
- Are
hihiLimitandhihihiLimit(resploloLimitandlololoLimit) intended for this use? - Is
hihiLimitsupposed to be a higher threshold thanhiLimit? - Would
alarmRangebe set to2, whenhihiLimitis reached? (or how can I tell which level has been reached?)
Or to put it plainly, how can we set more thresholds to get different levels of alarms?
Can it / Should it be achieved by other means?
Many thanks for your insight on this.
Metadata
Metadata
Assignees
Labels
No labels