Rollbar

Component type

module

Maintenance status

Development status

Downloads

1050

Component created

Component changed

This module provides Drupal integration with Rollbar . Rollbar provides a central point for managing code errors and warnings on your site. Users can easlily track when errors begin to occur and how often.

Combined with client infomation. Like, browser, page plugins etc it can be very powerful at aiding development.

Sign up for an account at http://www.rollbar.com.

Features

This module currently supports

PHPLog

Component type

module

Maintenance status

Development status

Downloads

1352

Component created

Component changed

For those who don't want to store all their sites logging into their database (?!) and for various reasons cannot use the syslog alternative (due to network or server policies), this is a simple module that simply lets you move all drupal logging into your PHP error log.

As a plus, all the logged notices are formatted in a way to enable easy pattern matching for developing various log monitoring solutions.

EmailLog

Component type

module

Maintenance status

Development status

Component created

Component changed

A Drupal 7-compatible solution for sending email notifications if your site or sites runs into errors. Unlike other solutions, also lets you set thresholds, so you only get an email if, say, 10 Warnings happen in the course of 15 minutes (which might indicate something is wrong).

cxense

Component type

module

Maintenance status

Development status

Downloads

1890

Component created

Component changed

What is cXense

http://www.cxense.com/about

What this module does

This module adds the cXense javascript snippet to the bottom of your pages.

Installation

To install, copy the cXense directory and all its contents to your modules directory.
To enable this module, visit Administration -> Modules, and enable cXense.

Configuration

To configure the module go to admin/config/system/cxense.
Specify your Site ID that you received from cXense in here.

Private Innovation

Component type

module

Categories

Maintenance status

Development status

Downloads

504

Component created

Component changed

One of the main reasons to use Drupal is to minimize how much custom code needs to be maintained for a website. Every unique problem can be decomposed into the same problems that everyone has. These problems should be solved by modules on drupal.org.

This module calculates how many lines of code (LoC) of private innovation there is in a Drupal site.

Full report is available at Reports => Private Innovation. Total custom LoC is on status page. drush pi will output a summary.