> -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
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
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
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
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
__
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
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
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.
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