#!/bin/bash
export SITE=$1
./plugins/check_proc sshd > /dev/null
if [ $? -ne "0" ]
then
exit 1
else
exit 0
fi
Service Provided by tilde.club.