Skip to content

Alarm events should be able to take on multiple values (+add other missing Alarm metadata) #57

Description

@edwardchapin

My understanding from the CSW Final Design documentation is that an alarm should be able to take on multiple values (e.g., good, ill, bad, critical). TMT then monitors all of the alarms associated with a software component, and uses the worst alarm level to derive health (e.g., good, ill, bad).

At the moment, it looks like one can only define an alarm event with a particular severity, e.g.,

    {
      name = temperature
      description = "EE air temperature is outside acceptable limits"
      severity = major
      archive = true
    }

Presumably the "temperature" alarm state would be considered good until this event is published.

It seems like it should be possible to define an alarm: (i) without specifying a severity; or (ii) specify an array of possible values that it might take on, e.g.,

    {
      name = temperature
      description = "EE air temperature is outside acceptable limits"
      possibleSeverity = "good,warning,major,critical"
      archive = true
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions