]> granicus.if.org Git - icinga2/commitdiff
Update documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 22 May 2014 12:18:34 +0000 (14:18 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 22 May 2014 12:18:34 +0000 (14:18 +0200)
Refs #5795

doc/4-monitoring-remote-systems.md

index 700ec194558a6fd93050dea221d2d38afae3350e..d7550997791ca232d648dbe80cf31df7ec9190a3 100644 (file)
@@ -44,8 +44,8 @@ requires the `check_by_ssh` check plugin which is available in the [Monitoring P
       import "by_ssh"
 
       vars.by_ssh_command = "/usr/lib/nagios/plugins/check_swap -w $by_ssh_swap_warn$ -c $by_ssh_swap_crit$"
-      vars.by_ssh_swap_warn = "50%"
-      vars.by_ssh_swap_crit = "75%"
+      vars.by_ssh_swap_warn = "75%"
+      vars.by_ssh_swap_crit = "50%"
     }
 
     object Service "swap" {