]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix i2enfeature example.
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Oct 2013 14:38:43 +0000 (16:38 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Oct 2013 14:39:23 +0000 (16:39 +0200)
doc/2.6-running-icinga.md

index 9406c65c8d3636457982bb4cc960a71b8edde81a..c0404855541682c0aa790624face85a8ed6afc56 100644 (file)
@@ -85,20 +85,20 @@ You can view a list of available feature configuration files:
     Syntax: i2enfeature <feature>
     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.