Spector Push

Categories

Component ID

1150850

Component name

Spector Push

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module integrates Drupal with the Spector log aggregation system (http://github.com/theduke/spector).
It will regularily push the new log entries logged in dblog to your Spector server.

If you have the Mongo PHP extension installed on your Webserver it can be used.

Otherwise you will have to set up Sleepy Mongoose (a REST server for MongoDB) on your Spector server and the module will push the log entries via the REST api.
Please notice that for now you will have to use my fork of Mongoose until my pull request is accepted.
Find it here: http://github.com/theduke/sleepy.mongoose.