I have the need to check availability on several pages
on a site (for instance
www.thesiteurl.com/lowerdirectory/register.cfm) as
well as to look for keywords on the pages (for
instance 'howard').
here are snips from my host.cfg
host[thesite]
=thesite;www.thesiteurl.com;galactic1;check_http;10;10;
24x7;1;1;1;
service[thesite]
=sitecheck2;0;24x7;10;5;5;web_monitoring;20;24x7;1;1;1;
;check_http!-w 5 -c 10 -
u /lowerdirectory/register.cfm -s howard
When NETSAINT runs it returns a up reply even though I
know that that string "howard" does not exist on the
page.
WTF? Am I doing something wrong with the service
line ??