Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/db/mongodb?at=release/7.0
MongoDB node by Zabbix agent 2
Overview
The template to monitor single MongoDB server by Zabbix that work without any external scripts. Most of the metrics are collected in one go, thanks to Zabbix bulk data collection.
MongoDB node by Zabbix Agent 2
— collects metrics by polling zabbix-agent2.
Requirements
Zabbix version: 7.0 and higher.
Tested versions
This template has been tested on:
- MongoDB 4.0.21, 4.4.3
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
- Setup and configure zabbix-agent2 compiled with the MongoDB monitoring plugin.
- Set the {$MONGODB.CONNSTRING} such as <protocol(host:port)> or named session.
- Set the user name and password in host macros ({$MONGODB.USER}, {$MONGODB.PASSWORD}) if you want to override parameters from the Zabbix agent configuration file.
Note, depending on the number of DBs and collections discovery operation may be expensive. Use filters with macros {$MONGODB.LLD.FILTER.DB.MATCHES}, {$MONGODB.LLD.FILTER.DB.NOT_MATCHES}, {$MONGODB.LLD.FILTER.COLLECTION.MATCHES}, {$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES}.
Test availability: zabbix_get -s mongodb.node -k 'mongodb.ping["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"]"
Macros used
Name | Description | Default |
---|---|---|
{$MONGODB.CONNSTRING} | Connection string in the URI format (password is not used). This param overwrites a value configured in the "Server" option of the configuration file (if it's set), otherwise, the plugin's default value is used: "tcp://localhost:27017" |
tcp://localhost:27017 |
{$MONGODB.USER} | MongoDB username |
|
{$MONGODB.PASSWORD} | MongoDB user password |
|
{$MONGODB.CONNS.PCT.USED.MAX.WARN} | Maximum percentage of used connections |
80 |
{$MONGODB.CURSOR.TIMEOUT.MAX.WARN} | Maximum number of cursors timing out per second |
1 |
{$MONGODB.CURSOR.OPEN.MAX.WARN} | Maximum number of open cursors |
10000 |
{$MONGODB.REPL.LAG.MAX.WARN} | Maximum replication lag in seconds |
10s |
{$MONGODB.LLD.FILTER.COLLECTION.MATCHES} | Filter of discoverable collections |
.* |
{$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES} | Filter to exclude discovered collections |
CHANGE_IF_NEEDED |
{$MONGODB.LLD.FILTER.DB.MATCHES} | Filter of discoverable databases |
.* |
{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} | Filter to exclude discovered databases |
(admin|config|local) |
{$MONGODB.WIRED_TIGER.TICKETS.AVAILABLE.MIN.WARN} | Minimum number of available WiredTiger read or write tickets remaining |
5 |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Get server status | Returns a database's state. |
Zabbix agent | mongodb.server.status["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |
Get Replica Set status | Returns the replica set status from the point of view of the member where the method is run. |
Zabbix agent | mongodb.rs.status["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |
Get oplog stats | Returns status of the replica set, using data polled from the oplog. |
Zabbix agent | mongodb.oplog.stats["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |
Ping | Test if a connection is alive or not. |
Zabbix agent | mongodb.ping["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] Preprocessing
|
Get collections usage stats | Returns usage statistics for each collection. |
Zabbix agent | mongodb.collections.usage["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |
MongoDB version | Version of the MongoDB server. |
Zabbix agent | mongodb.version["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] Preprocessing
|
Uptime | Number of seconds that the mongod process has been active. |
Dependent item | mongodb.uptime Preprocessing
|
Asserts: message, rate | The number of message assertions raised per second. Check the log file for more information about these messages. |
Dependent item | mongodb.asserts.msg.rate Preprocessing
|
Asserts: user, rate | The number of "user asserts" that have occurred per second. These are errors that user may generate, such as out of disk space or duplicate key. |
Dependent item | mongodb.asserts.user.rate Preprocessing
|
Asserts: warning, rate | The number of warnings raised per second. |
Dependent item | mongodb.asserts.warning.rate Preprocessing
|
Asserts: regular, rate | The number of regular assertions raised per second. Check the log file for more information about these messages. |
Dependent item | mongodb.asserts.regular.rate Preprocessing
|
Asserts: rollovers, rate | Number of times that the rollover counters roll over per second. The counters rollover to zero every 2^30 assertions. |
Dependent item | mongodb.asserts.rollovers.rate Preprocessing
|
Active clients: writers | The number of active client connections performing write operations. |
Dependent item | mongodb.active_clients.writers Preprocessing
|
Active clients: readers | The number of the active client connections performing read operations. |
Dependent item | mongodb.active_clients.readers Preprocessing
|
Active clients: total | The total number of internal client connections to the database including system threads as well as queued readers and writers. |
Dependent item | mongodb.active_clients.total Preprocessing
|
Current queue: writers | The number of operations that are currently queued and waiting for the write lock. A consistently small write-queue, particularly of shorter operations, is no cause for concern. |
Dependent item | mongodb.current_queue.writers Preprocessing
|
Current queue: readers | The number of operations that are currently queued and waiting for the read lock. A consistently small read-queue, particularly of shorter operations, should cause no concern. |
Dependent item | mongodb.current_queue.readers Preprocessing
|
Current queue: total | The total number of operations queued waiting for the lock. |
Dependent item | mongodb.current_queue.total Preprocessing
|
Operations: command, rate | The number of commands issued to the database the mongod instance per second. Counts all commands except the write commands: insert, update, and delete. |
Dependent item | mongodb.opcounters.command.rate Preprocessing
|
Operations: delete, rate | The number of delete operations the mongod instance per second. |
Dependent item | mongodb.opcounters.delete.rate Preprocessing
|
Operations: update, rate | The number of update operations the mongod instance per second. |
Dependent item | mongodb.opcounters.update.rate Preprocessing
|
Operations: query, rate | The number of queries received the mongod instance per second. |
Dependent item | mongodb.opcounters.query.rate Preprocessing
|
Operations: insert, rate | The number of insert operations received since the mongod instance per second. |
Dependent item | mongodb.opcounters.insert.rate Preprocessing
|
Operations: getmore, rate | The number of "getmore" operations since the mongod instance per second. This counter can be high even if the query count is low. Secondary nodes send getMore operations as part of the replication process. |
Dependent item | mongodb.opcounters.getmore.rate Preprocessing
|
Connections, current | The number of incoming connections from clients to the database server. This number includes the current shell session. |
Dependent item | mongodb.connections.current Preprocessing
|
New connections, rate | Rate of all incoming connections created to the server. |
Dependent item | mongodb.connections.rate Preprocessing
|
Connections, available | The number of unused incoming connections available. |
Dependent item | mongodb.connections.available Preprocessing
|
Connections, active | The number of active client connections to the server. Active client connections refers to client connections that currently have operations in progress. Available starting in 4.0.7, 0 for older versions. |
Dependent item | mongodb.connections.active Preprocessing
|
Bytes in, rate | The total number of bytes that the server has received over network connections initiated by clients or other mongod/mongos instances per second. |
Dependent item | mongodb.network.bytes_in.rate Preprocessing
|
Bytes out, rate | The total number of bytes that the server has sent over network connections initiated by clients or other mongod/mongos instances per second. |
Dependent item | mongodb.network.bytes_out.rate Preprocessing
|
Requests, rate | Number of distinct requests that the server has received per second |
Dependent item | mongodb.network.numRequests.rate Preprocessing
|
Document: deleted, rate | Number of documents deleted per second. |
Dependent item | mongod.document.deleted.rate Preprocessing
|
Document: inserted, rate | Number of documents inserted per second. |
Dependent item | mongod.document.inserted.rate Preprocessing
|
Document: returned, rate | Number of documents returned by queries per second. |
Dependent item | mongod.document.returned.rate Preprocessing
|
Document: updated, rate | Number of documents updated per second. |
Dependent item | mongod.document.updated.rate Preprocessing
|
Cursor: open no timeout | Number of open cursors with the option DBQuery.Option.noTimeout set to prevent timeout after a period of inactivity. |
Dependent item | mongodb.metrics.cursor.open.no_timeout Preprocessing
|
Cursor: open pinned | Number of pinned open cursors. |
Dependent item | mongodb.cursor.open.pinned Preprocessing
|
Cursor: open total | Number of cursors that MongoDB is maintaining for clients. |
Dependent item | mongodb.cursor.open.total Preprocessing
|
Cursor: timed out, rate | Number of cursors that time out, per second. |
Dependent item | mongodb.cursor.timed_out.rate Preprocessing
|
Architecture | A number, either 64 or 32, that indicates whether the MongoDB instance is compiled for 64-bit or 32-bit architecture. |
Dependent item | mongodb.mem.bits Preprocessing
|
Memory: mapped | Amount of mapped memory by the database. |
Dependent item | mongodb.mem.mapped Preprocessing
|
Memory: mapped with journal | The amount of mapped memory, including the memory used for journaling. |
Dependent item | mongodb.mem.mapped_with_journal Preprocessing
|
Memory: resident | Amount of memory currently used by the database process. |
Dependent item | mongodb.mem.resident Preprocessing
|
Memory: virtual | Amount of virtual memory used by the mongod process. |
Dependent item | mongodb.mem.virtual Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Connection to MongoDB is unavailable | Connection to MongoDB instance is currently unavailable. |
last(/MongoDB node by Zabbix agent 2/mongodb.ping["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"])=0 |
High | |
Version has changed | MongoDB version has changed. Acknowledge to close the problem manually. |
last(/MongoDB node by Zabbix agent 2/mongodb.version["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"],#1)<>last(/MongoDB node by Zabbix agent 2/mongodb.version["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"],#2) and length(last(/MongoDB node by Zabbix agent 2/mongodb.version["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"]))>0 |
Info | Manual close: Yes |
mongod process has been restarted | Uptime is less than 10 minutes. |
last(/MongoDB node by Zabbix agent 2/mongodb.uptime)<10m |
Info | Manual close: Yes |
Failed to fetch info data | Zabbix has not received data for items for the last 10 minutes |
nodata(/MongoDB node by Zabbix agent 2/mongodb.uptime,10m)=1 |
Warning | Manual close: Yes Depends on:
|
Total number of open connections is too high | Too few available connections. |
min(/MongoDB node by Zabbix agent 2/mongodb.connections.current,5m)/(last(/MongoDB node by Zabbix agent 2/mongodb.connections.available)+last(/MongoDB node by Zabbix agent 2/mongodb.connections.current))*100>{$MONGODB.CONNS.PCT.USED.MAX.WARN} |
Warning | |
Too many cursors opened by MongoDB for clients | min(/MongoDB node by Zabbix agent 2/mongodb.cursor.open.total,5m)>{$MONGODB.CURSOR.OPEN.MAX.WARN} |
Warning | ||
Too many cursors are timing out | min(/MongoDB node by Zabbix agent 2/mongodb.cursor.timed_out.rate,5m)>{$MONGODB.CURSOR.TIMEOUT.MAX.WARN} |
Warning |
LLD rule Database discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Database discovery | Collect database metrics. Note, depending on the number of DBs this discovery operation may be expensive. Use filters with macros {$MONGODB.LLD.FILTER.DB.MATCHES}, {$MONGODB.LLD.FILTER.DB.NOT_MATCHES}. |
Zabbix agent | mongodb.db.discovery["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |
Item prototypes for Database discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
MongoDB {#DBNAME}: Get db stats {#DBNAME} | Returns statistics reflecting the database system's state. |
Zabbix agent | mongodb.db.stats["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}","{#DBNAME}"] |
MongoDB {#DBNAME}: Objects, avg size | The average size of each document in bytes. |
Dependent item | mongodb.db.size["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Size, data | Total size of the data held in this database including the padding factor. |
Dependent item | mongodb.db.data_size["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Size, file | Total size of the data held in this database including the padding factor (only available with the mmapv1 storage engine). |
Dependent item | mongodb.db.file_size["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Size, index | Total size of all indexes created on this database. |
Dependent item | mongodb.db.index_size["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Size, storage | Total amount of space allocated to collections in this database for document storage. |
Dependent item | mongodb.db.storage_size["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Collections | Contains a count of the number of collections in that database. |
Dependent item | mongodb.db.collections["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Objects, count | Number of objects (documents) in the database across all collections. |
Dependent item | mongodb.db.objects["{#DBNAME}"] Preprocessing
|
MongoDB {#DBNAME}: Extents | Contains a count of the number of extents in the database across all collections. |
Dependent item | mongodb.db.extents["{#DBNAME}"] Preprocessing
|
LLD rule Collection discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Collection discovery | Collect collections metrics. Note, depending on the number of DBs and collections this discovery operation may be expensive. Use filters with macros {$MONGODB.LLD.FILTER.DB.MATCHES}, {$MONGODB.LLD.FILTER.DB.NOT_MATCHES}, {$MONGODB.LLD.FILTER.COLLECTION.MATCHES}, {$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES}. |
Zabbix agent | mongodb.collections.discovery["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |
Item prototypes for Collection discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
MongoDB {#DBNAME}.{#COLLECTION}: Get collection stats {#DBNAME}.{#COLLECTION} | Returns a variety of storage statistics for a given collection. |
Zabbix agent | mongodb.collection.stats["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}","{#DBNAME}","{#COLLECTION}"] |
MongoDB {#DBNAME}.{#COLLECTION}: Size | The total size in bytes of the data in the collection plus the size of every indexes on the mongodb.collection. |
Dependent item | mongodb.collection.size["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Objects, avg size | The size of the average object in the collection in bytes. |
Dependent item | mongodb.collection.avg_obj_size["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Objects, count | Total number of objects in the collection. |
Dependent item | mongodb.collection.count["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Capped: max number | Maximum number of documents that may be present in a capped collection. |
Dependent item | mongodb.collection.max_number["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Capped: max size | Maximum size of a capped collection in bytes. |
Dependent item | mongodb.collection.max_size["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Storage size | Total storage space allocated to this collection for document storage. |
Dependent item | mongodb.collection.storage_size["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Indexes | Total number of indices on the collection. |
Dependent item | mongodb.collection.nindexes["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Capped | Whether or not the collection is capped. |
Dependent item | mongodb.collection.capped["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: total, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.total.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Read lock, rate | The number of operations per second. |
Dependent item | mongodb.collection.read_lock.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Write lock, rate | The number of operations per second. |
Dependent item | mongodb.collection.write_lock.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: queries, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.queries.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: getmore, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.getmore.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: insert, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.insert.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: update, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.update.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: remove, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.remove.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: commands, rate | The number of operations per second. |
Dependent item | mongodb.collection.ops.commands.rate["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: total, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.total.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Read lock, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.read_lock.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Write lock, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.write_lock.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: queries, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.queries.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: getmore, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.getmore.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: insert, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.insert.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: update, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.update.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: remove, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.remove.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
MongoDB {#DBNAME}.{#COLLECTION}: Operations: commands, ms/s | Fraction of time (ms/s) the mongod has spent to operations. |
Dependent item | mongodb.collection.ops.commands.ms["{#DBNAME}","{#COLLECTION}"] Preprocessing
|
LLD rule Replication discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Replication discovery | Collect metrics by Zabbix agent if it exists. |
Dependent item | mongodb.rs.discovery Preprocessing
|
Item prototypes for Replication discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Node state | An integer between 0 and 10 that represents the replica state of the current member. |
Dependent item | mongodb.rs.state[{#RS_NAME}] Preprocessing
|
Replication lag | Delay between a write operation on the primary and its copy to a secondary. |
Dependent item | mongodb.rs.lag[{#RS_NAME}] Preprocessing
|
Number of replicas | The number of replicated nodes in current ReplicaSet. |
Dependent item | mongodb.rs.total_nodes[{#RS_NAME}] Preprocessing
|
Number of unhealthy replicas | The number of replicated nodes with member health value = 0. |
Dependent item | mongodb.rs.unhealthy_count[{#RS_NAME}] Preprocessing
|
Unhealthy replicas | The replicated nodes in current ReplicaSet with member health value = 0. |
Dependent item | mongodb.rs.unhealthy[{#RS_NAME}] Preprocessing
|
Apply batches, rate | Number of batches applied across all databases per second. |
Dependent item | mongodb.rs.apply.batches.rate[{#RS_NAME}] Preprocessing
|
Apply batches, ms/s | Fraction of time (ms/s) the mongod has spent applying operations from the oplog. |
Dependent item | mongodb.rs.apply.batches.ms.rate[{#RS_NAME}] Preprocessing
|
Apply ops, rate | Number of oplog operations applied per second. |
Dependent item | mongodb.rs.apply.rate[{#RS_NAME}] Preprocessing
|
Buffer | Number of operations in the oplog buffer. |
Dependent item | mongodb.rs.buffer.count[{#RS_NAME}] Preprocessing
|
Buffer, max size | Maximum size of the buffer. |
Dependent item | mongodb.rs.buffer.max_size[{#RS_NAME}] Preprocessing
|
Buffer, size | Current size of the contents of the oplog buffer. |
Dependent item | mongodb.rs.buffer.size[{#RS_NAME}] Preprocessing
|
Network bytes, rate | Amount of data read from the replication sync source per second. |
Dependent item | mongodb.rs.network.bytes.rate[{#RS_NAME}] Preprocessing
|
Network getmores, rate | Number of getmore operations per second. |
Dependent item | mongodb.rs.network.getmores.rate[{#RS_NAME}] Preprocessing
|
Network getmores, ms/s | Fraction of time (ms/s) required to collect data from getmore operations. |
Dependent item | mongodb.rs.network.getmores.ms.rate[{#RS_NAME}] Preprocessing
|
Network ops, rate | Number of operations read from the replication source per second. |
Dependent item | mongodb.rs.network.ops.rate[{#RS_NAME}] Preprocessing
|
Network readers created, rate | Number of oplog query processes created per second. |
Dependent item | mongodb.rs.network.readers.rate[{#RS_NAME}] Preprocessing
|
MongoDB {#RS_NAME}: Oplog time diff | Oplog window: difference between the first and last operation in the oplog. Only present if there are entries in the oplog. |
Dependent item | mongodb.rs.oplog.timediff[{#RS_NAME}] Preprocessing
|
Preload docs, rate | Number of documents loaded per second during the pre-fetch stage of replication. |
Dependent item | mongodb.rs.preload.docs.rate[{#RS_NAME}] Preprocessing
|
Preload docs, ms/s | Fraction of time (ms/s) spent loading documents as part of the pre-fetch stage of replication. |
Dependent item | mongodb.rs.preload.docs.ms.rate[{#RS_NAME}] Preprocessing
|
Preload indexes, rate | Number of index entries loaded by members before updating documents as part of the pre-fetch stage of replication. |
Dependent item | mongodb.rs.preload.indexes.rate[{#RS_NAME}] Preprocessing
|
Preload indexes, ms/s | Fraction of time (ms/s) spent loading documents as part of the pre-fetch stage of replication. |
Dependent item | mongodb.rs.preload.indexes.ms.rate[{#RS_NAME}] Preprocessing
|
Trigger prototypes for Replication discovery
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Node in ReplicaSet changed the state | Node in ReplicaSet changed the state. Acknowledge to close the problem manually. |
last(/MongoDB node by Zabbix agent 2/mongodb.rs.state[{#RS_NAME}],#1)<>last(/MongoDB node by Zabbix agent 2/mongodb.rs.state[{#RS_NAME}],#2) |
Warning | Manual close: Yes |
Replication lag with primary is too high | min(/MongoDB node by Zabbix agent 2/mongodb.rs.lag[{#RS_NAME}],5m)>{$MONGODB.REPL.LAG.MAX.WARN} |
Warning | ||
There are unhealthy replicas in ReplicaSet | last(/MongoDB node by Zabbix agent 2/mongodb.rs.unhealthy_count[{#RS_NAME}])>0 and length(last(/MongoDB node by Zabbix agent 2/mongodb.rs.unhealthy[{#RS_NAME}]))>0 |
Average |
LLD rule WiredTiger metrics
Name | Description | Type | Key and additional info |
---|---|---|---|
WiredTiger metrics | Collect metrics of WiredTiger Storage Engine if it exists. |
Dependent item | mongodb.wired_tiger.discovery Preprocessing
|
Item prototypes for WiredTiger metrics
Name | Description | Type | Key and additional info |
---|---|---|---|
WiredTiger cache: bytes | Size of the data currently in cache. |
Dependent item | mongodb.wired_tiger.cache.bytes_in_cache[{#SINGLETON}] Preprocessing
|
WiredTiger cache: in-memory page splits | In-memory page splits. |
Dependent item | mongodb.wired_tiger.cache.splits[{#SINGLETON}] Preprocessing
|
WiredTiger cache: bytes, max | Maximum cache size. |
Dependent item | mongodb.wired_tiger.cache.maximum_bytes_configured[{#SINGLETON}] Preprocessing
|
WiredTiger cache: max page size at eviction | Maximum page size at eviction. |
Dependent item | mongodb.wired_tiger.cache.max_page_size_eviction[{#SINGLETON}] Preprocessing
|
WiredTiger cache: modified pages evicted | Number of pages, that have been modified, evicted from the cache. |
Dependent item | mongodb.wired_tiger.cache.modified_pages_evicted[{#SINGLETON}] Preprocessing
|
WiredTiger cache: pages read into cache | Number of pages read into the cache. |
Dependent item | mongodb.wired_tiger.cache.pages_read[{#SINGLETON}] Preprocessing
|
WiredTiger cache: pages written from cache | Number of pages written from the cache. |
Dependent item | mongodb.wired_tiger.cache.pages_written[{#SINGLETON}] Preprocessing
|
WiredTiger cache: pages held in cache | Number of pages currently held in the cache. |
Dependent item | mongodb.wired_tiger.cache.pages_in_cache[{#SINGLETON}] Preprocessing
|
WiredTiger cache: pages evicted by application threads, rate | Number of page evicted by application threads per second. |
Dependent item | mongodb.wired_tiger.cache.pages_evicted_threads.rate[{#SINGLETON}] Preprocessing
|
WiredTiger cache: tracked dirty bytes in the cache | Size of the dirty data in the cache. |
Dependent item | mongodb.wired_tiger.cache.tracked_dirty_bytes[{#SINGLETON}] Preprocessing
|
WiredTiger cache: unmodified pages evicted | Number of pages, that were not modified, evicted from the cache. |
Dependent item | mongodb.wired_tiger.cache.unmodified_pages_evicted[{#SINGLETON}] Preprocessing
|
WiredTiger concurrent transactions: read, available | Number of available read tickets (concurrent transactions) remaining. |
Dependent item | mongodb.wired_tiger.concurrent_transactions.read.available[{#SINGLETON}] Preprocessing
|
WiredTiger concurrent transactions: read, out | Number of read tickets (concurrent transactions) in use. |
Dependent item | mongodb.wired_tiger.concurrent_transactions.read.out[{#SINGLETON}] Preprocessing
|
WiredTiger concurrent transactions: read, total tickets | Total number of read tickets (concurrent transactions) available. |
Dependent item | mongodb.wired_tiger.concurrent_transactions.read.totalTickets[{#SINGLETON}] Preprocessing
|
WiredTiger concurrent transactions: write, available | Number of available write tickets (concurrent transactions) remaining. |
Dependent item | mongodb.wired_tiger.concurrent_transactions.write.available[{#SINGLETON}] Preprocessing
|
WiredTiger concurrent transactions: write, out | Number of write tickets (concurrent transactions) in use. |
Dependent item | mongodb.wired_tiger.concurrent_transactions.write.out[{#SINGLETON}] Preprocessing
|
WiredTiger concurrent transactions: write, total tickets | Total number of write tickets (concurrent transactions) available. |
Dependent item | mongodb.wired_tiger.concurrent_transactions.write.totalTickets[{#SINGLETON}] Preprocessing
|
Trigger prototypes for WiredTiger metrics
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Available WiredTiger read tickets is low | Too few available read tickets. |
max(/MongoDB node by Zabbix agent 2/mongodb.wired_tiger.concurrent_transactions.read.available[{#SINGLETON}],5m)<{$MONGODB.WIRED_TIGER.TICKETS.AVAILABLE.MIN.WARN} |
Warning | |
Available WiredTiger write tickets is low | Too few available write tickets. |
max(/MongoDB node by Zabbix agent 2/mongodb.wired_tiger.concurrent_transactions.write.available[{#SINGLETON}],5m)<{$MONGODB.WIRED_TIGER.TICKETS.AVAILABLE.MIN.WARN} |
Warning |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums