Refactored the enable/disable feature section.
This commit is contained in:
parent
6f95005202
commit
fd1d9f1cd9
1 changed files with 7 additions and 1 deletions
|
@ -209,7 +209,13 @@ If you would like to install packages to make a `mail` command binary available
|
|||
}
|
||||
</pre>
|
||||
|
||||
If you would like you manage enabled and disabled features for Icinga 2 you can set the `server_enabled_features` and `server_enabled_features` parameters to an array of features.
|
||||
**Enabling and disabling Icinga 2 features**
|
||||
|
||||
To manage the features that are enabled or disabled on an Icinga 2 server, you can specify them with the `server_enabled_features` and `server_enabled_features` parameters.
|
||||
|
||||
The parameters should be given as arrays of single-quoted strings.
|
||||
|
||||
**Note:** Even if you're only specifying one feature, you will still need to specify it as an array.
|
||||
|
||||
**Note:** If a feature is listed in both the `server_enabled_features` and `server_disabled_features` arrays, the feature will be **disabled**.
|
||||
|
||||
|
|
Loading…
Reference in a new issue