How to install the drupalmonitor module?

Summary

The module connects any Drupal 7 or Drupal 6 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.

For a full description of the module, visit the project page:
http://drupal.org/project/drupalmonitor_connector (not working yet!)
Current sandbox project: http://drupal.org/sandbox/lukas.fischer/1398102

To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/drupalmonitor_connector (not working yet!)
Current issue cue: http://drupal.org/project/issues/1398102?categories=All

Requirements

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.

Installation

Configuration

  • Go to Configuration » System » Drupalmonitor.com
  • You can enable or disable drupalmonitor connector to log performance data.
  • You can set a security hash.

Customization

Drupalmonitor connector module offers a hook_drupalmonitor(). Most recent documentation can be found on http://drupalmonitor.com/faq.

Downlaods

The drupalmonitor module is a regular drupal module. You just need to download the module, upload to your modules folder and enable the module.

Version Downloads Date
7.x-1.9.zip zip (50kb) 2012-Mar-27
6.x-1.9.zip zip (50kb) 2012-Feb-28

You can get the D/ source from http://drupal.org/project/1398102/git-instructions. If you use drush make, you can use this as a starting point.