]> granicus.if.org Git - icinga2/commitdiff
Document default of User#enable_notifications 6528/head
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Tue, 7 Aug 2018 11:37:57 +0000 (13:37 +0200)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Tue, 7 Aug 2018 11:37:57 +0000 (13:37 +0200)
doc/09-object-types.md

index 2d81d3ee3f61f091be3f7e5f378c7b4673614ebc..34ea958e872502a760183d0e0ddfd6543e7eaab8 100644 (file)
@@ -1697,7 +1697,7 @@ Configuration Attributes:
   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.
   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.
   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.