This section lists parameters supported in the MongoDB Zabbix agent 2 plugin configuration file (mongodb.conf).
This is a loadable plugin, which is available in the official Zabbix agent 2 plugin repository.
Note that:
Parameter | Mandatory | Range | Default | Description |
---|---|---|---|---|
Plugins.MongoDB.KeepAlive | no | 60-900 | 300 | The maximum time of waiting (in seconds) before unused plugin connections are closed. |
Plugins.Mongo.Sessions.<SessionName>.Password | no | Named session password. <SessionName> - name of a session for using in item keys. |
||
Plugins.MongoDB.Sessions.<SessionName>.Uri | no | Connection string of a named session. <SessionName> - name of a session for using in item keys. Should not include embedded credentials (they will be ignored). Must match the URI format. Only tcp scheme is supported; a scheme can be omitted.A port can be omitted (default=27017). Examples: tcp://127.0.0.1:27017 , tcp:localhost , localhost |
||
Plugins.MongoDB.Sessions.<SessionName>.User | no | Named session username. <SessionName> - name of a session for using in item keys. |
||
Plugins.MongoDB.System.Path | no | Path to plugin executable. | ||
Plugins.MongoDB.Timeout | no | 1-30 | global timeout | Request execution timeout (how long to wait for a request to complete before shutting it down). |
See also: