Documentation: Classic UI command expander feature does not work using Icinga 2.

This commit is contained in:
Michael Friedrich 2014-05-19 09:59:52 +02:00
parent 1e57861486
commit 6f35beb894
1 changed files with 3 additions and 1 deletions

View File

@ -275,6 +275,8 @@ With the freely definable custom attributes in Icinga 2 it looks like this:
vars.cpl = 60
}
The Classic UI feature named `Command Expander` does not work with Icinga 2.
#### <a id="differences-1x-2-environment-macros"></a> Environment Macros
The global configuration setting `enable_environment_macros` does not exist in
@ -489,7 +491,7 @@ Icinga 2 doesn't support non-persistent comments.
### <a id="differences-1x-2-commands"></a> Commands
Unlike in Icinga 1.x there are 3 different command types in Icinga 2:
`CheckCommand`, `NotificationCommand` and EventCommand`.
`CheckCommand`, `NotificationCommand` and `EventCommand`.
For example in Icinga 1.x it is possible to accidently use a notification
command as an event handler which might cause problems depending on which