Skip to content

about multi-level alarms #219

@gaillarddamien

Description

@gaillarddamien

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 hihiLimit and hihihiLimit (resp loloLimit and lololoLimit) intended for this use?
  • Is hihiLimit supposed to be a higher threshold than hiLimit?
  • Would alarmRange be set to 2, when hihiLimit is 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions