Re: www site monitor

2012-02-10 Thread Chen Wei
On Fri, Feb 10, 2012 at 05:29:02PM +, pch0317 wrote: > Hi list, > > I must monitor remote site to check that it works. I refresh this > site from time to time in web browser. Can I automate this process? > I search for service which: > - monitors *remote* WWW site (via http request) > - when r

Re: www site monitor

2012-02-10 Thread Scott Ferguson
On 11/02/12 04:29, pch0317 wrote: > Hi list, > > I must monitor remote site to check that it works. I refresh this site > from time to time in web browser. Can I automate this process? > I search for service which: > - monitors *remote* WWW site (via http request) > - when remote site doesn't resp

Re: www site monitor

2012-02-10 Thread Camaleón
On Fri, 10 Feb 2012 17:29:02 +, pch0317 wrote: > I must monitor remote site to check that it works. I refresh this site > from time to time in web browser. Can I automate this process? I search > for service which: > - monitors *remote* WWW site (via http request) > - when remote site doesn't

Re: www site monitor

2012-02-10 Thread Roberto Scattini
On Fri, Feb 10, 2012 at 2:29 PM, pch0317 wrote: > Hi list, > > I must monitor remote site to check that it works. I refresh this site > from time to time in web browser. Can I automate this process? > I search for service which: > - monitors *remote* WWW site (via http request) > - when remote si

Re: www site monitor

2012-02-10 Thread Julien Claassen
Hi! I think, you could write a script for this. Using perhaps ping, to just see, if the server responds or wget to download a certain file. I'm not sure though about their timeouts. I think you can set a tieout with wget. Then you could use mail to send an e-mail. I suppose, tat there might

Re: www site monitor

2012-02-10 Thread Glenn English
On Feb 10, 2012, at 10:29 AM, pch0317 wrote: > I search for service which: > - monitors *remote* WWW site (via http request) > - when remote site doesn't respond for example 5 minutes it notify some > person (via e-mail or SMS). > > Is that service available in Debian repository? I've made tho

Re: www site monitor

2012-02-10 Thread Michel Blankleder
On Friday 10 February 2012 19:29:02 pch0317 wrote: > Hi list, > > I must monitor remote site to check that it works. I refresh this site > from time to time in web browser. Can I automate this process? > I search for service which: > - monitors *remote* WWW site (via http request) > - when remote

www site monitor

2012-02-10 Thread pch0317
Hi list, I must monitor remote site to check that it works. I refresh this site from time to time in web browser. Can I automate this process? I search for service which: - monitors *remote* WWW site (via http request) - when remote site doesn't respond for example 5 minutes it notify some per