checkhttp #1

  • //
  • guest/
  • yariv_sheizaf/
  • scripts/
  • checkhttp
  • View
  • Commits
  • Open Download .zip Download (595 B)
#!/bin/sh

##########################################################################
# Name		: /public/scripts/checkhttp
# Purpose	: Calls /public/scripts/checkhttp.pl . 
#		  This program order is to check if URLS (given in a file
#		  named urls_list) are alive. 
#		  Send report mail to administrator.
# By		: Eli Ofek
# Date		: 19-Aug-2001
##########################################################################

USRMAIL="[email protected]"
HOSTMAIL="192.168.0.2"

perl /public/scripts/checkhttp.pl /public/scripts/urls_list $USRMAIL $HOSTMAIL Dead 1>/dev/null 2>&1

exit 0
# Change User Description Committed
#1 1472 Yariv Sheizaf scripts dir