X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Fcheck-mk-agent-configure;fp=local%2Fcheck-mk-agent-configure;h=2bc82331e695dc51309f84c21ae4ad79ea392146;hp=bfc3a79befc9f972260f9e5c9ac8ebea4f7dd29c;hb=06921092a062e55f510e52d30bc33fe4d7029a57;hpb=9925ca58793910af322d823b3476683beeb4a623 diff --git a/local/check-mk-agent-configure b/local/check-mk-agent-configure index bfc3a79..2bc8233 100755 --- a/local/check-mk-agent-configure +++ b/local/check-mk-agent-configure @@ -31,5 +31,5 @@ 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_apt /usr/lib/nagios/plugins/check_swap -w 90% -c 25% + check_gre_swap /usr/lib/nagios/plugins/check_swap -w 90% -c 25% EOF