From e455d9d2183782b21e00b9fde385a9157f6ff661 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 2 Jun 2015 10:10:52 +0200 Subject: [PATCH] =?utf8?q?Modifications=C2=A0:=20=20=20=20=20=20=20=20=20l?= =?utf8?q?ocal/check-mk-agent-configure?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- local/check-mk-agent-configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local/check-mk-agent-configure b/local/check-mk-agent-configure index 2bc8233..a92a2bf 100755 --- a/local/check-mk-agent-configure +++ b/local/check-mk-agent-configure @@ -32,4 +32,6 @@ sudo install -m 600 -o check_mk_agent -g check_mk_agent /dev/stdin /var/lib/chec sudo install -m 640 -o root -g root /dev/stdin /etc/check_mk/mrpe.cfg <<-EOF check_gre_apt /usr/lib/nagios/plugins/check_apt -t 20 check_gre_swap /usr/lib/nagios/plugins/check_swap -w 90% -c 25% + check_gre_disk /usr/lib/nagios/plugins/check_disk -w 20% -c 10% + check_gre_load /usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 EOF -- 2.20.1