severity.alarms¶
Alarms severity¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The id of the alarm module to attach this severity to |
||
type |
string |
||
|
The expiration policy of the severity. If none is provided alarms with this severity will never expire. |
||
oneOf |
|||
|
Flag to indicate that this severity is the default severity in case of empty filters.If true this severity is the default “empty clear severity” for alarm filters (must be set on at most one severity). |
||
type |
boolean |
||
default |
False |
||
additionalProperties |
False |
REMOVE¶
type |
object |
|
properties |
||
|
type |
string |
enum |
REMOVE |
|
default |
REMOVE |
|
|
The period of time after which alarms with this expire. This duration must be expressed as _value_ and _unit_. |
|
|
It can be LAST to check the expiration time on the last occurrence, FIRST to check on the first occurrence or EVERY. |
|
type |
string |
|
enum |
LAST, FIRST, EVERY |
|
|
The state of the alarm can be used to limit the expiration. ACKNOWLEDGED to only check on acknowledged alarm, UNACKNOWLEDGED or ALL. |
|
type |
string |
|
enum |
ALL, ACKNOWLEDGED, UNACKNOWLEDGED |
|
additionalProperties |
False |
DurationConfigurationEntity¶
type |
object |
|
properties |
||
|
The amount of time expressed with the unit |
|
type |
integer |
|
|
The unit of time expressed with the value |
|
type |
string |
|
enum |
NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS |
|
additionalProperties |
False |
ESCALATE¶
type |
object |
|||
properties |
||||
|
type |
string |
||
enum |
ESCALATE |
|||
default |
ESCALATE |
|||
|
The period of time after which alarms with this expire. This duration must be expressed as _value_ and _unit_. |
|||
|
It can be LAST to check the expiration time on the last occurrence, FIRST to check on the first occurrence or EVERY. |
|||
type |
string |
|||
enum |
LAST, FIRST, EVERY |
|||
|
The state of the alarm can be used to limit the expiration. ACKNOWLEDGED to only check on acknowledged alarm, UNACKNOWLEDGED or ALL. |
|||
type |
string |
|||
enum |
ALL, ACKNOWLEDGED, UNACKNOWLEDGED |
|||
|
The id of the new severity to use on expiration for the ESCALATE type. The alarm severity will change to the given severity on expiration. |
|||
type |
string |
|||
additionalProperties |
False |
|||
if |
properties |
|||
|
enum |
ESCALATE |
||
then |
properties |
|||
|
not |
enum |
EVERY |