]> granicus.if.org Git - icinga2/commitdiff
Fix the explanation of `types` and `states` for user objects
authorMax Rosin <git@hackrid.de>
Sun, 4 Feb 2018 23:55:33 +0000 (00:55 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 16 Apr 2018 13:59:46 +0000 (15:59 +0200)
refs #6068

doc/09-object-types.md

index 609019d904ae778ad55a80cb609782d710091e94..1b8f696e802b77c4254a37085e299d9f33b9c596 100644 (file)
@@ -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: