RE: tool for checking website

2006-10-05 Thread Murray Taylor
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ivailo Tanusheff > Sent: Thursday, 5 October 2006 11:26 PM > To: Martin Schweizer > Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED] > Subject: Re: tool for checking

Re: tool for checking website

2006-10-05 Thread Ivailo Tanusheff
You may use nagios port :) It also has web interface. Ivailo Tanusheff Deputy Head of IT Department ProCredit Bank (Bulgaria) AD Martin Schweizer <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05.10.2006 14:40 Please respond to Martin Schweizer <[EMAIL PROTECTED]> To freebsd-questions@free

Re: tool for checking website

2006-10-05 Thread Derek Ragona
I forgot a few lines, added in below: At 09:44 AM 10/5/2006, Derek Ragona wrote: Typically I do: #!/bin/sh WGET=/usr/local/bin/wget DIFF=/usr/bin/diff MAIL=/usr/bin/mail CAT=/bin/cat RM=/bin/rm MAILFILE=/tmp/site_report MY_URL=http://www.mydo

Re: tool for checking website

2006-10-05 Thread Derek Ragona
Typically I do: #!/bin/sh WGET=/usr/local/bin/wget DIFF=/usr/bin/diff MAIL=/usr/bin/mail CAT=/bin/cat RM=/bin/rm MAILFILE=/tmp/site_report MY_URL=http://www.mydomain.com MY_PAGE=index.html MY_REF_PAGE=/usr/local/www/good/index.html cd /tmp $W

Re: tool for checking website

2006-10-05 Thread ovidiu ene
riccardo_diago wrote: depend on what u really wanna check... 1. the web server? 2. the protocol http? 3. or if the web site is just visible(avoid defacement) etc... Can u be more specific? Rik if you want /need to monitor more services (like http or mysql) nagios is a nice tool __

Re: tool for checking website

2006-10-05 Thread Martin Schweizer
Hello Rik Am Thu, Oct 05, 2006 at 04:04:23PM +0200 riccardo_diago schrieb: > > depend on what u really wanna check... > 3. or if the web site is just visible(avoid defacement) ... only if the web sie is just visible -- Regards Martin Schweizer <[EMAIL PROTECTED]> PC-Service M. Schweizer Gm

Re: tool for checking website

2006-10-05 Thread riccardo_diago
depend on what u really wanna check... 1. the web server? 2. the protocol http? 3. or if the web site is just visible(avoid defacement) etc... Can u be more specific? Rik signature.asc Description: OpenPGP digital signature

Re: tool for checking website

2006-10-05 Thread Martin Schweizer
Hello Mile ... it's what I'm looking for... very simpe but useful. Thank you for the hint. Am Thu, Oct 05, 2006 at 08:41:10AM -0400 Mike Jeays schrieb: > On Thu, 2006-10-05 at 13:40 +0200, Martin Schweizer wrote: > > Hello > > > > I'm looking for port which checks if a website is online or not.

Re: tool for checking website

2006-10-05 Thread David Kelly
On Oct 5, 2006, at 6:40 AM, Martin Schweizer wrote: I'm looking for port which checks if a website is online or not. My goal is regulary starts a script which do this for me. Any ideas? Put a fetch command in your crontab. Experiment so that it emails you only when it fails. -- David Ke