Notifier Rules Attributes
The notifierrules data type contains data to describe how a notifier is applied. All fields are READ-ONLY.
Use these attributes with the following table specification in line 1:
table=notifierrules
Field Name | Description |
---|---|
NotifierIMID | Type: TEXT Access: READ-ONLY Attributes: none Description: Identifier of the notifier in the IMID format. |
EscalationIMID | Type: TEXT Access: READ-ONLY Attributes: none Description: Identifier of the escalation in the IMID format. |
Down | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of DOWN events. |
Up | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of UP events. |
Critical | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of CRITICAL events. |
Alarm | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of ALARM events. |
Warning | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of WARNING events. |
Okay | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of OKAY events. |
Trap | Type: BOOLEAN Access: READ-ONLY Attributes: none Description: True if user is notified of TRAP events. |
Delay | Type: INTEGER Access: READ-ONLY Attributes: none Description: Notification delay. |
Repeat | Type: INTEGER Access: READ-ONLY Attributes: none Description: Notification repeat. |
Count | Type: INTEGER Access: READ-ONLY Attributes: none Description: Notification count. |