#!/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="yariv@globecom-interactive.com" HOSTMAIL="192.168.0.2" perl /public/scripts/checkhttp.pl /public/scripts/urls_list $USRMAIL $HOSTMAIL Dead 1>/dev/null 2>&1 exit 0