From ff80ed1c385a683b589885007317747041a6bdff Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 22 May 2014 14:18:34 +0200 Subject: [PATCH] Update documentation. Refs #5795 --- doc/4-monitoring-remote-systems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/4-monitoring-remote-systems.md b/doc/4-monitoring-remote-systems.md index 700ec1945..d75509977 100644 --- a/doc/4-monitoring-remote-systems.md +++ b/doc/4-monitoring-remote-systems.md @@ -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" {