Overmind

Component ID

1825496

Component name

Overmind

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

The Overmind: Monitors core system information and allows other modules to report their status to the Overmind. This module is composed of two sub modules, overmind and overmind_node. The overmind module collects, parses, and displays information collected from Overmind nodes.

Overmind nodes currently monitor:

1. cron last run
1. modules (installed/enabled/versions)
1. dbupdate free access
1. database updates
1. total watchdog rows
1. length of history available in watchdog

This modules provides hook_overmind_node_data() that allows other modules to add data to be sent to the Overmind.

I plan to add a hook_overmind_view() that allows other modules to provide views for their data.