Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/administration/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ on your own servers, usually open source.
- **Description**
* - `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.
- Python script to report operations per second, memory usage, btree statistics, master/slave status and current connections.
* - Ganglia
- `gmond_python_modules <https://github.com/ganglia/gmond_python_modules>`_
- Parses output from the :dbcommand:`serverStatus` and :dbcommand:`replSetGetStatus` commands.
Expand All @@ -185,7 +185,7 @@ on your own servers, usually open source.
- Some additional munin plugins not in the main distribution.
* - `Nagios <http://www.nagios.org/>`_
- `nagios-plugin-mongodb <https://github.com/mzupan/nagios-plugin-mongodb>`_
- A simple Nagios check script.
- A simple Nagios check script, written in Python.
* - `Zabbix <http://www.zabbix.com/>`_
- `mikoomi-mongodb <https://code.google.com/p/mikoomi/wiki/03>`_
- Monitors availability, resource utilization, health, performance and other important metrics.
Expand Down