2010 Apr. 22

Posted by Marko under section Toolz
Trackback URI |

HTTPGetGui - A simple url monitoring tool

HTTPGetGui is a tiny tool designed for single url monitoring. It is based on cURL and MFC libraries and it configured through a simple configuration file. In the current version, HTTPGetGui supports HTTP and HTTPS protocols (must be specified in the config file) in addition to the IIS Windows integrated auth feature.

HTTPGetGui Interface

The configuration file lets you specify an URL, the http or https switch, the IIS domain/user and password (if applicable). HTTPGetGui will then loop at the specified frequency and attempt to reach the url you wish to monitor. If the response time if below the timeout value, the tool will raise a popup window to inform the user of the abnormal response time.

HTTPGetGui Timeout Alert

Finally, all the tool activity is traced in a log file for further analysis.

Download HTTPGetGui Now