Documentation: Fix wrong contact/user macros in migration docs.

Fixes #6362
This commit is contained in:
Michael Friedrich 2014-05-30 11:27:18 +02:00
parent 7e46926c72
commit 8fece8b085

View File

@ -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