The module connects any Drupal 7 site with drupalmonitor.com. As the name says, Drupalmonitor is a tool to actively monitor Drupal sites. It's not only a "heartbeat" kind of monitoring. It's much more powerful. Using the drupalmonitor connector, the tool can gather data from the drupal site like how many users, nodes, last cron run, page requests, etc. On drupalmonitor.com, the data will be processed and shown in graphs over time.
You need to create an account on www.drupalmonitor.com and add the page you want to monitor. There are no additional libs or other Drupal modules needed.
This is a simple module which forces all your site's webforms and webform submission results to be automatically viewed and submitted entirely via SSL (i.e., at a URL beginning with https://).
It is useful if you are using the Webform module to collect information from your visitors and you want those submissions to be dealt with securely (e.g., for privacy reasons).
Requirements
The Secure Pages module is required. You must also set up your site and server so as to correctly support SSL. See the README.txt that ships with this module for additional details.
To create the actual webforms which this module will secure, you also need the Webform module.
Caveats
Although this module should work well in most scenarios (and with standard uses of the Webform module), be warned that it cannot deal with all possible customizations you may have made on your site and all possible places where webform submission results can theoretically be viewed.