mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
Documentation: Fix wrong user attribute.
This commit is contained in:
parent
c4a8678963
commit
c883b49480
@ -252,7 +252,7 @@ Example:
|
|||||||
email = "icinga@localhost"
|
email = "icinga@localhost"
|
||||||
pager = "icingaadmin@localhost.localdomain"
|
pager = "icingaadmin@localhost.localdomain"
|
||||||
|
|
||||||
notification_period = "24x7"
|
period = "24x7"
|
||||||
|
|
||||||
states = [ OK, Warning, Critical, Unknown ]
|
states = [ OK, Warning, Critical, Unknown ]
|
||||||
types = [ Problem, Recovery ]
|
types = [ Problem, Recovery ]
|
||||||
@ -291,7 +291,7 @@ Attributes:
|
|||||||
vars |**Optional.** A dictionary containing custom attributes that are specific to this user.
|
vars |**Optional.** A dictionary containing custom attributes that are specific to this user.
|
||||||
groups |**Optional.** An array of group names.
|
groups |**Optional.** An array of group names.
|
||||||
enable_notifications|**Optional.** Whether notifications are enabled for this user.
|
enable_notifications|**Optional.** Whether notifications are enabled for this user.
|
||||||
period |**Optional.** The name of a time period which determines when this notification should be triggered. Not set by default.
|
period |**Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default.
|
||||||
types |**Optional.** A set of type filters when this notification should be triggered. By default everything is matched.
|
types |**Optional.** A set of type filters when this notification should be triggered. By default everything is matched.
|
||||||
states |**Optional.** A set of state filters when this notification should be triggered. By default everything is matched.
|
states |**Optional.** A set of state filters when this notification should be triggered. By default everything is matched.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user