Understanding ColdFusion Probes

 ColdFusion supports two types of probes to monitor your local Web site:
 

How ColdFusion Probes Work

In order for a ColdFusion probe to verify the availability and integrity of a resource in your Web site, it requests a URL at a specified frequency.  The probe then scans the returned HTML page for a match of  a specified search string. Depending on the results of that scan and match, the probe test either succeeds or fails:

 

Related Topics