Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: MongoDB plugin
Type: read
Callbacks: config, init, read, shutdown
Status: in development
FirstVersion: 5.1
Copyright: 2010 Ryan Cox
License: GPLv2
Manpage: collectd.conf(5)
See also: 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.

Synopsis

 <Plugin "mongodb">
   Host     "localhost"
   Port     "27017"
   Database "admin"
   User     "collectd"
   Password "oquu9Zow"
 </Plugin>

Example graphs

None yet. Add one now!

Dependencies

See also

Clone this wiki locally