From 7fe8b3b14f09747d762013437f971eecf1530b03 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 18 Jan 2018 13:25:23 +0100 Subject: [PATCH] Fix wrong nscp-local include in the docs refs #6006 --- doc/06-distributed-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/06-distributed-monitoring.md b/doc/06-distributed-monitoring.md index 6030aa1d6..dafd55cde 100644 --- a/doc/06-distributed-monitoring.md +++ b/doc/06-distributed-monitoring.md @@ -2158,7 +2158,7 @@ Add the following `include` statement on all your nodes (master, satellite, clie vim /etc/icinga2/icinga2.conf - include + include The CheckCommand definitions will automatically determine the installed path to the `nscp.exe` binary.