Plugins like this provide extra functionality beyond Pingdom Server Monitor's default monitoring capabilities. This and 90+ other plugins are available via a one-click install in our web interface.
MongoDB Server Status

Reports server status metrics for a MongoDB server (query rate, btree miss ratio, connections, etc).
Overview
Monitors the MongoDB server status, reporting the metrics below.
Operations:
- Queries (per second)
- Get mores (per second)
- Deletes (per second)
- Updates (per second)
- Inserts (per second)
Index Counters:
- Btree miss ratio
- Btree accesses (per second)
General Stats:
- Current
- Available
- Global lock ratio
Dependencies
Requires the mongo
gem. To install:
gem install mongo
The bson_ext
gem is recommended for optimal performance. To install:
gem install bson_ext