files/nagios - spelling/grammar fixes

pull/13/head
Lee Clemens 13 years ago
parent baea0bf3e8
commit 47c03a2c13

@ -45,9 +45,8 @@ check_processes_fail2ban()
} }
###################################################################### ######################################################################
# first check in the Background, PID will be killed when no response # first check in the Background, PID will be killed when no response
# after 10 seconds, might be possible, otherwise the scipt will be # after 10 seconds, might be possible, otherwise the script will be
# pressent in your memory all the time # present in your memory all the time
#
###################################################################### ######################################################################
check_processes_fail2ban & check_processes_fail2ban &
@ -68,7 +67,7 @@ fi
done done
###################################################################### ######################################################################
# when the Server response (doesent mean the FAIL2BAN is working) # when the Server response (does not mean the FAIL2BAN is working)
# in the first step, then it will run again and test the Service # in the first step, then it will run again and test the Service
# and provide the real status # and provide the real status
###################################################################### ######################################################################
@ -83,19 +82,19 @@ fi
###################################################################### ######################################################################
# Mainmenu # Main Menu
###################################################################### ######################################################################
final_exit=$exit_fail2ban final_exit=$exit_fail2ban
if [ $final_exit -eq 0 ]; then if [ $final_exit -eq 0 ]; then
echo "SYSTEM OK - Fail2ban is working normaly" echo "SYSTEM OK - Fail2ban is working normally"
exitstatus=$STATE_OK exitstatus=$STATE_OK
elif [ $final_exit -ne "0" ]; then elif [ $final_exit -ne "0" ]; then
echo "SYSTEM WARNING - Fail2Ban is not working" echo "SYSTEM WARNING - Fail2Ban is not working"
###################################################################### ######################################################################
# If don't have a Nagios Server for monitoring, remove the comment and # If don't have a Nagios Server for monitoring, remove the comment and
# add your Mail Addres. You can check it with a Cron Job once a hour. # add your Mail Address. You can check it with a Cron Job once an hour.
# put a txt file on your server and describe how to fix the issue, this # put a txt file on your server and describe how to fix the issue, this
# could be attached to the mail. # could be attached to the mail.
###################################################################### ######################################################################

@ -5,7 +5,7 @@ HELP:
1.) stop the Service 1.) stop the Service
/etc/init.d/fail2ban stop /etc/init.d/fail2ban stop
2.) delete the socket if avalible 2.) delete the socket if available
rm /tmp/fail2ban.sock rm /tmp/fail2ban.sock
3.) start the Service 3.) start the Service

Loading…
Cancel
Save