mirror of
https://github.com/ThunixdotNet/monurbox.git
synced 2026-01-24 12:00:19 +00:00
Update 'checks/BZFlag_Server'
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export SITE=$1
|
export SITE=$1
|
||||||
|
|
||||||
ssh $SITE "bash -s" < ./plugins/check_proc bzfs > /dev/null
|
./plugins/check_proc bzfs > /dev/null
|
||||||
if [ $? -ne "0" ]
|
if [ $? -ne "0" ]
|
||||||
then
|
then
|
||||||
echo -e $SITE"\tDOWN"
|
echo -e $SITE"\tDOWN"
|
||||||
|
|||||||
Reference in New Issue
Block a user