]> granicus.if.org Git - icinga2/commitdiff
Fix wrong nscp-local include in the docs
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 18 Jan 2018 12:25:23 +0000 (13:25 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 18 Jan 2018 12:31:37 +0000 (13:31 +0100)
refs #6006

doc/06-distributed-monitoring.md

index 6030aa1d6e812cc69d4313b064cacde8ab7ce516..dafd55cde83a24c2be07df4ebffc9f582f14db0c 100644 (file)
@@ -2158,7 +2158,7 @@ Add the following `include` statement on all your nodes (master, satellite, clie
 
     vim /etc/icinga2/icinga2.conf
 
-    include <nscp-local>
+    include <nscp>
 
 The CheckCommand definitions will automatically determine the installed path
 to the `nscp.exe` binary.