mirror of https://github.com/Icinga/icinga2.git
Fix the explanation of `types` and `states` for user objects
refs #6068
This commit is contained in:
parent
b5294a4ac4
commit
eb8bb927ca
|
@ -1739,8 +1739,8 @@ Configuration Attributes:
|
|||
groups | Array of object names | **Optional.** An array of group names.
|
||||
enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user.
|
||||
period | Object name | **Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default.
|
||||
types | Array | **Optional.** A set of type filters when this notification should be triggered. By default everything is matched.
|
||||
states | Array | **Optional.** A set of state filters when this notification should be triggered. By default everything is matched.
|
||||
types | Array | **Optional.** A set of type filters when a notification for this user should be triggered. By default everything is matched.
|
||||
states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched.
|
||||
|
||||
Runtime Attributes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue