diff --git a/checks/BZFlag_Server b/checks/BZFlag_Server index a8f4c2e..fda95a4 100755 --- a/checks/BZFlag_Server +++ b/checks/BZFlag_Server @@ -1,7 +1,7 @@ #!/bin/bash export SITE=$1 -ssh $SITE "bash -s" < ./plugins/check_proc bzfs > /dev/null +./plugins/check_proc bzfs > /dev/null if [ $? -ne "0" ] then echo -e $SITE"\tDOWN"