From 929651d5674ca732e82b3dc493b2d4d219656cf1 Mon Sep 17 00:00:00 2001 From: Carlos Cesario Date: Mon, 12 May 2014 21:58:51 +0200 Subject: [PATCH] Documentation: Fix cluster health check example. Fixes #6198 --- doc/4-monitoring-remote-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/4-monitoring-remote-systems.md b/doc/4-monitoring-remote-systems.md index 8fa61d7f2..33be59073 100644 --- a/doc/4-monitoring-remote-systems.md +++ b/doc/4-monitoring-remote-systems.md @@ -365,7 +365,7 @@ Example: check_interval = 1m check_command = "cluster" - assign where host.name = "icinga2a" + assign where host.name == "icinga2a" } Each cluster node should execute its own local cluster health check to -- 2.40.0