mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
Documentation: Fix i2enfeature example.
This commit is contained in:
parent
d4e16eed52
commit
08b20bb8bb
@ -85,20 +85,20 @@ You can view a list of available feature configuration files:
|
|||||||
Syntax: i2enfeature <feature>
|
Syntax: i2enfeature <feature>
|
||||||
Enables the specified feature.
|
Enables the specified feature.
|
||||||
|
|
||||||
Available features: compat
|
Available features: statusdat
|
||||||
|
|
||||||
Using the `i2enfeature` command you can enable features:
|
Using the `i2enfeature` command you can enable features:
|
||||||
|
|
||||||
# i2enfeature compat
|
# i2enfeature statusdat
|
||||||
Module 'compat' was enabled.
|
Module 'statusdat' was enabled.
|
||||||
Make sure to restart Icinga 2 for these changes to take effect.
|
Make sure to restart Icinga 2 for these changes to take effect.
|
||||||
|
|
||||||
You can disable features using the `i2disfeature` command:
|
You can disable features using the `i2disfeature` command:
|
||||||
|
|
||||||
# i2disfeature compat
|
# i2disfeature statusdat
|
||||||
Module 'compat' was disabled.
|
Module 'statusdat' was disabled.
|
||||||
Make sure to restart Icinga 2 for these changes to take effect.
|
Make sure to restart Icinga 2 for these changes to take effect.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> The `i2enfeature` and `i2disfeature` commands do not restart Icinga 2.
|
> The `i2enfeature` and `i2disfeature` commands do not restart Icinga 2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user