]> granicus.if.org Git - icinga2/commitdiff
Update documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 7 Apr 2014 12:31:30 +0000 (14:31 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 7 Apr 2014 12:31:30 +0000 (14:31 +0200)
Refs #5909

doc/3.04-notifications.md
doc/8-differences-between-icinga-1x-and-2.md

index ce87ca5b687387cba45915a56f539d753b005b83..8835633a8e3f144f141492271c46ce1da7d14d42 100644 (file)
@@ -60,7 +60,7 @@ There are various custom attributes available at runtime execution of the
 
 The command attribute in the `mail-service-notification` command refers to the
 shell script installed into `/etc/icinga2/scripts/mail-notification.sh`.
-The macros specified in the `export_macros` array are exported as environment
+The macros specified in the `env` dictionary are exported as environment
 variables and can be used in the notification script.
 
 You can add all shared attributes to a `Notification` template which is inherited
index d3f58445fd1881a6b157e10b264cd05081833408..c1ffba3cfa6e69d66be7baac66e88c98f5d7b7d1 100644 (file)
@@ -275,7 +275,7 @@ TODO
 The global configuration setting `enable_environment_macros` does not exist in
 Icinga 2.
 
-Macros exported into the environment must be set using the `export_macros`
+Macros exported into the environment must be set using the `env`
 attribute in command objects.
 
 ### <a id="differences-1x-2-runtime-macros"></a> Runtime Macros