On this page
1 Ceph bővítmény
Áttekintés
Ez a szakasz a Ceph Zabbix agent 2 által támogatott paramétereket sorolja fel beépülő modul konfigurációs fájlja (ceph.conf).
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.
Parameters
| Parameter | Mandatory | Range | Default | Description |
|---|---|---|---|---|
| Plugins.Ceph.InsecureSkipVerify | no | false / true | false | Determines whether an http client should verify the server's certificate chain and host name. If true, TLS accepts any certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks (should be used only for testing). |
| Plugins.Ceph.KeepAlive | no | 60-900 | 300 | The maximum time of waiting (in seconds) before unused plugin connections are closed. |
| Plugins.Ceph.Sessions.<SessionName>.ApiKey | no | Named session API key. <SessionName> - define name of a session for using in item keys. |
||
| Plugins.Ceph.Sessions.<SessionName>.User | no | Named session username. <SessionName> - define name of a session for using in item keys. |
||
| Plugins.Ceph.Sessions.<SessionName>.Uri | no | https://localhost:8003 | 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 https scheme is supported; a scheme can be omitted (since version 5.2.3).A port can be omitted (default=8003). Examples: https://127.0.0.1:8003localhost |
|
| Plugins.Ceph.Timeout | no | 1-30 | global timeout | Request execution timeout (how long to wait for a request to complete before shutting it down). |
See also:
- Description of general Zabbix agent 2 configuration parameters: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- Instructions for configuring plugins