mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6068 from ekeih/doc/fix-explanation-for-user-object
Fix the explanation of `types` and `states` for user objects
This commit is contained in:
commit
4bafa6ff1a
|
@ -1708,8 +1708,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