[Nagios-users] Monitoring Web Sites

2009-06-30 Thread cr...@hooters-uk.com
I feel this may be a stupid question but I feel I need to ask because I can not find the answer.. I'm looking to monitor a web site that is hosted on a server that has multiple sites, how would I go about monitoring multiple sites on one server? Sorry if this is a dumb question. Craig

Re: [Nagios-users] Monitoring Web Sites

2009-06-30 Thread Assaf Flatto
check_http -H www.website.com is a good way to start and those parameters may help more -s, --string=STRING String to expect in the content -u, --url=PATH URL to GET or POST (default: /) for more option read the check_http --help Assaf On Tuesday 30 June 2009 09:25:10

Re: [Nagios-users] Monitoring Web Sites

2009-06-30 Thread Giorgio Zarrelli
Hi, always check for a string at the end of the web page. Time by time the wweb server answers whith a 200 error code even if it dowsn't serve a valid page. Giorgio quota chi=Assaf Flatto check_http -H www.website.com is a good way to start and those parameters may help more -s,