1 Ceph plugin

Overview

This section lists parameters supported in the Ceph Zabbix agent 2 plugin configuration file (ceph.conf). Note that:

  • The default values reflect process defaults, not the values in the shipped configuration files;
  • Zabbix supports configuration files only in UTF-8 encoding without BOM;
  • Comments starting with “#” are only supported at the beginning of the line.

Parameters

ParameterMandatoryRangeDefaultDescription
Plugins.Ceph.InsecureSkipVerifynofalse / truefalseDetermines 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.KeepAliveno60-900300The maximum time of waiting (in seconds) before unused plugin connections are closed.
Plugins.Ceph.Sessions.<SessionName>.ApiKeynoNamed session API key.
<SessionName> - name of a session for using in item keys.
Plugins.Ceph.Sessions.<SessionName>.UsernoNamed session username.
<SessionName> - name of a session for using in item keys.
Plugins.Ceph.Sessions.<SessionName>.Urinohttps://localhost:8003Connection 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 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:8003
localhost
Plugins.Ceph.Timeoutno1-30global timeoutRequest execution timeout (how long to wait for a request to complete before shutting it down).

See also: