mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Documentation: Fix wrong contact/user macros in migration docs.
Fixes #6362
This commit is contained in:
parent
7e46926c72
commit
8fece8b085
@ -299,11 +299,13 @@ Changes to user (contact) runtime macros
|
|||||||
|
|
||||||
Icinga 1.x | Icinga 2
|
Icinga 1.x | Icinga 2
|
||||||
-----------------------|----------------------
|
-----------------------|----------------------
|
||||||
USERNAME | user.name
|
CONTACTNAME | user.name
|
||||||
USERDISPLAYNAME | user.display_name
|
CONTACTALIAS | user.display_name
|
||||||
USEREMAIL | email if set as `email` custom attribute.
|
CONTACTEMAIL | user.email
|
||||||
USERPAGER | pager if set as `pager` custom attribute.
|
CONTACTPAGER | user.pager
|
||||||
|
|
||||||
|
`CONTACTADDRESS*` is not supported but can be accessed as `$user.vars.address1$`
|
||||||
|
if set.
|
||||||
|
|
||||||
Changes to service runtime macros
|
Changes to service runtime macros
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user