This is a translation of the original English documentation page. Help us make it better.

5 MongoDB bővítmény

Áttekintés

Ez az oldal a MongoDB Zabbix agent 2 beépülő modul konfigurációs lehetőségeiről nyújt információkat.

A Zabbix 6.0.6 óta a MongoDB egy betölthető bővítmény, amely elérhető és teljes leírása a [MongoDB beépülő modul-tárolójában] (https://git.zabbix.com/projects/AP/repos/mongodb/browse)

Vegye figyelembe, hogy:

  • Az alapértelmezett értékek a folyamat alapértelmezett értékeit tükrözik, nem a szállított konfigurációs fájlok;
  • A Zabbix csak UTF-8 kódolásban támogatja a konfigurációs fájlokat anélkül BOM;
  • A „#” karakterrel kezdődő megjegyzések csak a kezdetekkor támogatottak a vonal.

Lehetőségek

Paraméter Leírás
-V --version Nyomtassa ki a bővítmény verzióját és a licencinformációkat.
-h --help Súgó információ nyomtatása (rövid).

Configuration file

The configuration parameters for MongoDB plugin.

In Zabbix versions before 6.0.6, parameter names start with Plugins.Mongo.<Parameter> instead of Plugins.MongoDB.<Parameter>. For example, Plugins.Mongo.KeepAlive

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> - define name of a session for using in item keys.
Plugins.MongoDB.Sessions.<SessionName>.Uri no Connection string of a named session.
<SessionName> - define 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> - define name of a session for using in item keys.
Plugins.MongoDB.System.Path no Path to external plugin executable. Supported since Zabbix 6.0.6
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:

Footnotes

1 - Since Zabbix 6.0.13, loadable plugins started using the same versioning system as Zabbix itself. As a result, MongoDB plugin version has changed from 1.2.1 to 6.0.13.