Skip to content

Commit 5b2ba66

Browse files
committed
Added 3 additional sections to the Monitoring Tools section to migrate links from http://www.mongodb.org/display/DOCS/Monitoring+and+Diagnostics for several 3rd party tools: self hosted monitoring tools, hosted monitoring tools and other tools.
1 parent 5ded242 commit 5b2ba66

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

source/administration/monitoring.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,49 @@ this includes a count of the objects in the collection, the size of
144144
the collection, the amount of disk space used by the collection, and
145145
information about the indexes.
146146

147+
3rd Party Tools
148+
~~~~~~~~~~~~~~~
149+
150+
There are a number of plugins and monitoring tools to help you monitor MongoDB.
151+
152+
Self Hosted Monitoring Tools
153+
````````````````````````````
154+
155+
These are monitoring tools that you must install, configure and maintain
156+
on your own servers, usually open source.
157+
158+
============================================================ ======================================================================================= ======================================
159+
**Tool** **Plugin** **Description**
160+
------------------------------------------------------------ --------------------------------------------------------------------------------------- --------------------------------------
161+
`Ganglia <http://sourceforge.net/apps/trac/ganglia/wiki>`_ `mongodb-ganglia <https://github.com/quiiver/mongodb-ganglia>`_ Shell script to report operations per second, memory usage, btree statistics, master/slave status and current connections.
162+
`Ganglia <http://sourceforge.net/apps/trac/ganglia/wiki>`_ `gmond_python_modules <https://github.com/ganglia/gmond_python_modules>`_ Parses output from the :dbcommand:`serverStatus` and :dbcommand:`replSetGetStatus` commands.
163+
`Motop <https://github.com/tart/motop>`_ Realtime monitoring tool for several MongoDB servers. Shows current operations ordered by durations every second.
164+
`mtop <https://github.com/beaufour/mtop>`_ A top like tool.
165+
`Munin <http://munin-monitoring.org/>`_ `mongo-munin <https://github.com/erh/mongo-munin>`_ Retrieves server statistics.
166+
`Munin <http://munin-monitoring.org/>`_ `mongomon <https://github.com/pcdummy/mongomon>`_ Retrieves collection statistics (sizes, index sizes, and each (configured) collection count for one DB).
167+
`Munin <http://munin-monitoring.org/>`_ `munin-plugins Ubuntu PPA <https://launchpad.net/~chris-lea/+archive/munin-plugins>`_ Some additional munin plugins not in the main distribution.
168+
`Nagios <http://www.nagios.org/>`_ `nagios-plugin-mongodb <https://github.com/mzupan/nagios-plugin-mongodb>`_ Monitors availability, resource utilization, health, performance and other important metrics.
169+
`Zabbix <http://www.zabbix.com/>`_ `mikoomi-mongodb <https://code.google.com/p/mikoomi/wiki/03>`_ A simple Nagios check script.
170+
============================================================ ======================================================================================= ======================================
171+
172+
Hosted (SaaS) Monitoring Tools
173+
``````````````````````````````
174+
175+
These are monitoring tools provided as a hosted service, usually on a
176+
subscription billing basis.
177+
178+
================================================== ===========
179+
**Name** **Notes**
180+
-------------------------------------------------- -----------
181+
`Scout <http://scoutapp.com>`_ Several plugins including: `MongoDB Monitoring <https://scoutapp.com/plugin_urls/391-mongodb-monitoring>`_, `MongoDB Slow Queries <http://scoutapp.com/plugin_urls/291-mongodb-slow-queries>`_ and `MongoDB Replica Set Monitoring <http://scoutapp.com/plugin_urls/2251-mongodb-replica-set-monitoring>`_.
182+
`Server Density <http://www.serverdensity.com>`_ `Dashboard for MongoDB <http://www.serverdensity.com/mongodb-monitoring/>`_, MongoDB specific alerts, replication failover timeline and iPhone, iPad and Android mobile apps.
183+
================================================== ===========
184+
185+
Other Tools
186+
```````````
187+
188+
- `dex <https://github.com/mongolab/dex>`_: Index and query analyzer for MongoDB: compares MongoDB log files and index entries to make index recommendations.
189+
147190
Diagnosing Performance Issues
148191
-----------------------------
149192

0 commit comments

Comments
 (0)