From: Gunnar Beutner Date: Tue, 13 Jan 2015 14:57:25 +0000 (+0100) Subject: Fix a typo in one of the config examples X-Git-Tag: v2.3.0~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f20795a22dca6039aa0146ef7f9d9d5854b88bf;p=icinga2 Fix a typo in one of the config examples --- diff --git a/doc/5-monitoring-remote-systems.md b/doc/5-monitoring-remote-systems.md index 782dcb62e..82c254945 100644 --- a/doc/5-monitoring-remote-systems.md +++ b/doc/5-monitoring-remote-systems.md @@ -413,7 +413,7 @@ Configuration example for host and service objects running commands on the remot /* host specific check arguments */ vars.users_wgreater = 10 - vars.users_wgreater = 20 + vars.users_cgreater = 20 } apply Service "users-remote" {