]> granicus.if.org Git - icinga2/commitdiff
Fix a typo in one of the config examples
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 13 Jan 2015 14:57:25 +0000 (15:57 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 13 Jan 2015 14:57:25 +0000 (15:57 +0100)
doc/5-monitoring-remote-systems.md

index 782dcb62eda5de95275282218a820fe6857443cc..82c254945e58afc0dacb344a20d08864c0a350db 100644 (file)
@@ -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" {