[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] monitoring a web page
- Subject: [ale] monitoring a web page
- From: fletch at phydeaux.org (Mike Fletcher)
- Date: Wed, 22 Mar 2006 10:22:51 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Mar 22, 2006, at 7:54 AM, Paul Cartwright wrote:
> I have a need to monitor a web page, and all of the linux software I
> have found has been ancient, non-supported, or I couldn't install it
> ( wrong java, no java...)
> anyone have something that works???
> and, if anyone is interested, what I'm looking for is when
> registration
> opens up for this conference:
>
> http://cess.wcu.edu/np/index.html
Simple solution is to write a cron job that uses wget or curl to grab
the page and MD5s the contents. Compare that against a saved md5 and
send email if it's different. It'd then save off the current hash
for the next run.