Re: [Nagios-users] Checkhttp string

2007-11-12 Thread Marcin Praczko
> How do I go about checking a specific page in a site? I am able to > successfully check a string on the default document for a site but if > I specify for example index2.aspx in the host part of checkhttp, it > throws an error. You can use command (Exacly with ENTER as I wrote:) define command

Re: [Nagios-users] Checkhttp string

2007-11-12 Thread Hari Sekhon
don't you mean to use -u /index.aspx instead of putting it in the host part? ;-) try something more along the lines of: check_http -H www.mysite.com -u /index.aspx -s "string to look for" -h Hari Sekhon Jerad Riggin wrote: > How do I go about checking a specific page in a site? I am able t

[Nagios-users] Checkhttp string

2007-11-12 Thread Jerad Riggin
How do I go about checking a specific page in a site? I am able to successfully check a string on the default document for a site but if I specify for example index2.aspx in the host part of checkhttp, it throws an error. - T