diff --git a/checks/sshd b/checks/sshd index f2fa3c6..5323f5b 100755 --- a/checks/sshd +++ b/checks/sshd @@ -1,7 +1,7 @@ #!/bin/bash export SITE=$1 -ssh $SITE "bash -s" < ./plugins/check_proc sshd > /dev/null +./plugins/check_proc sshd > /dev/null if [ $? -ne "0" ] then exit 1