Plugin:MongoDB
From collectd Wiki
| MongoDB plugin | |
|---|---|
| Type: | read |
| Callbacks: | config, init, read, shutdown |
| Status: | in development |
| First version: | 5.1 |
| Copyright: | 2010 Ryan Cox |
| License: | GPLv2 |
| Manpage: | collectd.conf(5) |
| List of Plugins | |
The MongoDB plugin connects to MongoDB, a schema-less "NoSQL" database, and queries statistics about connections, operations, indexes, memory and so on.
This plugin is in development. The code currently lives at octo/collectd/rc/mongodb on Github.
Contents |
Synopsis
<Plugin "mongodb"> Host "localhost" Port "27017" Database "admin" User "collectd" Password "oquu9Zow" </Plugin>
Example graphs
None yet. Add one now!
Dependencies
See also

