mirror of https://github.com/Icinga/icinga2.git
Document default of User#enable_notifications
This commit is contained in:
parent
8bac1dc99e
commit
8c3d9ca111
|
@ -1697,7 +1697,7 @@ Configuration Attributes:
|
||||||
pager | String | **Optional.** A pager string for this user. Useful for notification commands.
|
pager | String | **Optional.** A pager string for this user. Useful for notification commands.
|
||||||
vars | Dictionary | **Optional.** A dictionary containing custom attributes that are specific to this user.
|
vars | Dictionary | **Optional.** A dictionary containing custom attributes that are specific to this user.
|
||||||
groups | Array of object names | **Optional.** An array of group names.
|
groups | Array of object names | **Optional.** An array of group names.
|
||||||
enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user.
|
enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user. Defaults to true.
|
||||||
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.
|
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 a notification for this user 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.
|
states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched.
|
||||||
|
|
Loading…
Reference in New Issue