From: Michael Friedrich Date: Tue, 8 Oct 2013 14:38:43 +0000 (+0200) Subject: Documentation: Fix i2enfeature example. X-Git-Tag: v0.0.3~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08b20bb8bb4d3c83bc9e3809de0a9dd204cc38da;p=icinga2 Documentation: Fix i2enfeature example. --- diff --git a/doc/2.6-running-icinga.md b/doc/2.6-running-icinga.md index 9406c65c8..c04048555 100644 --- a/doc/2.6-running-icinga.md +++ b/doc/2.6-running-icinga.md @@ -85,20 +85,20 @@ You can view a list of available feature configuration files: Syntax: i2enfeature Enables the specified feature. - Available features: compat + Available features: statusdat Using the `i2enfeature` command you can enable features: - # i2enfeature compat - Module 'compat' was enabled. + # i2enfeature statusdat + Module 'statusdat' was enabled. Make sure to restart Icinga 2 for these changes to take effect. You can disable features using the `i2disfeature` command: - # i2disfeature compat - Module 'compat' was disabled. + # i2disfeature statusdat + Module 'statusdat' was disabled. Make sure to restart Icinga 2 for these changes to take effect. > **Note** > -> The `i2enfeature` and `i2disfeature` commands do not restart Icinga 2. \ No newline at end of file +> The `i2enfeature` and `i2disfeature` commands do not restart Icinga 2.