Update 'checks/BZFlag_Server'

This commit is contained in:
deepend 2023-07-08 20:03:57 +00:00
parent 9c947c6fbb
commit 7f82932f29
1 changed files with 1 additions and 1 deletions

View File

@ -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"