You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ViewDashboards from '../../../reuse/apps/view-dashboards.md';
248
248
@@ -262,11 +262,7 @@ Use this dashboard to:
262
262
263
263
### Errors and Warnings
264
264
265
-
The **MongoDB - Errors and Warnings** dashboard shows errors and warnings by the MongoDB component.
266
-
267
-
Use this dashboard to:
268
-
269
-
- Determine components producing multiple errors or warnings.
265
+
The **MongoDB - Errors and Warnings** dashboard shows errors and warnings by the MongoDB component. Use this dashboard to determine the components producing multiple errors or warnings.
|`MongoDB - Instance Down`| This alert is triggered when we detect that the MongoDB instance is down. | Missing Data | Data Found |
359
-
|`MongoDB - Replication Error`| This alert is triggered when we detect errors in MongoDB replication operations. | Count `>` 0 | Count `<=` 0 |
360
-
|`MongoDB - Replication Heartbeat Error`| This alert is triggered when we detect that the MongoDB Replication Heartbeat request has errors, which indicates replication is not working as expected. | Count `>` 0 | Count `<=` 0 |
361
-
|`MongoDB - Secondary Node Replication Failure`| This alert is triggered when we detect that a MongoDB secondary node is out of sync for replication. | Count `>` 0 | Count `<=` 0 |
362
-
|`MongoDB - Sharding Balancer Failure`| This alert is triggered when we detect that data balancing failed on a MongoDB Cluster with 1 mongos instance and 3 mongod instances. | Count `>` 0 | Count `<=` 0 |
363
-
|`MongoDB - Sharding Chunk Split Failure`| This alert is triggered when we detect that a MongoDB chunk not been split during sharding. | Count `>` 0 | Count `<=` 0 |
364
-
|`MongoDB - Sharding Error`| This alert is triggered when we detect errors in MongoDB sharding operations. | Count `>` 0 | Count `<=` 0 |
365
-
|`MongoDB - Sharding Warning`| This alert is triggered when we detect warnings in MongoDB sharding operations. | Count `>` 0 | Count `<=` 0 |
366
-
|`MongoDB - Slow Queries`| This alert is triggered when we detect that a MongoDB cluster is executing slow queries. | Count `>` 0 | Count `<=` 0 |
367
-
|`MongoDB - Too Many Connections`| This alert is triggered when we detect a given MongoDB server has too many connections (over 80% of capacity). | Count `>=` 80 | Count `<` 80 |
368
-
|`MongoDB - Too Many Cursors Open`| This alert is triggered when we detect that there are too many cursors (>10K) opened by MongoDB. | Count `>=` 10000 | Count `<` 10000 |
369
-
|`MongoDB - Too Many Cursors Timeouts`| This alert is triggered when we detect that there are too many cursors (100) timing out on a MongoDB server within a 5 minute time interval. | Count `>=` 100 | Count `<` 100 |
355
+
|`MongoDB - Replication Error`| This alert is triggered when we detect errors in MongoDB replication operations. | Count > 0 | Count < = 0 |
356
+
|`MongoDB - Replication Heartbeat Error`| This alert is triggered when we detect that the MongoDB Replication Heartbeat request has errors, which indicates replication is not working as expected. | Count > 0 | Count < = 0 |
357
+
|`MongoDB - Secondary Node Replication Failure`| This alert is triggered when we detect that a MongoDB secondary node is out of sync for replication. | Count > 0 | Count < = 0 |
358
+
|`MongoDB - Sharding Balancer Failure`| This alert is triggered when we detect that data balancing failed on a MongoDB Cluster with 1 mongos instance and 3 mongod instances. | Count > 0 | Count < = 0 |
359
+
|`MongoDB - Sharding Chunk Split Failure`| This alert is triggered when we detect that a MongoDB chunk not been split during sharding. | Count > 0 | Count < = 0 |
360
+
|`MongoDB - Sharding Error`| This alert is triggered when we detect errors in MongoDB sharding operations. | Count > 0 | Count < = 0 |
361
+
|`MongoDB - Sharding Warning`| This alert is triggered when we detect warnings in MongoDB sharding operations. | Count > 0 | Count < = 0 |
362
+
|`MongoDB - Slow Queries`| This alert is triggered when we detect that a MongoDB cluster is executing slow queries. | Count > 0 | Count < = 0 |
363
+
|`MongoDB - Too Many Connections`| This alert is triggered when we detect a given MongoDB server has too many connections (over 80% of capacity). | Count > = 80%| Count < 80%|
364
+
|`MongoDB - Too Many Cursors Open`| This alert is triggered when we detect that there are too many cursors (>10K) opened by MongoDB. | Count > = 10000 | Count < 10000 |
365
+
|`MongoDB - Too Many Cursors Timeouts`| This alert is triggered when we detect that there are too many cursors (100) timing out on a MongoDB server within a 5 minute time interval. | Count > = 100 | Count < 100 |
0 commit comments