X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Fcheck-mk-agent-configure;h=9d5b4acbc287aab0323b3be42d5cee5f76c0fd07;hp=35b333f8809d9e9d6c552ad8f0d7ccad0bcb9301;hb=e59523ab35d1930e6593349d71f751d2d065a531;hpb=f20eac77687a8cb82a28c35ac8cfdd57bb9b972e diff --git a/local/check-mk-agent-configure b/local/check-mk-agent-configure index 35b333f..9d5b4ac 100755 --- a/local/check-mk-agent-configure +++ b/local/check-mk-agent-configure @@ -2,7 +2,7 @@ tool=$(readlink -e "${0%/*}/..") . "$tool"/local/lib.sh -"$tool"/local/apt-get-install check-mk-agent +"$tool"/local/apt-get-install check-mk-agent xinetd sudo install -m 664 -o root -g root /dev/stdin /etc/xinetd.d/check_mk <<-EOF service check_mk { @@ -17,4 +17,5 @@ sudo install -m 664 -o root -g root /dev/stdin /etc/xinetd.d/check_mk <<-EOF type = UNLISTED user = root wait = no + } EOF