8 Oracle plugin
Overview
This section lists parameters supported in the Oracle Zabbix agent 2 plugin configuration file (oracle.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
Parameter | Mandatory | Range | Default | Description |
---|---|---|---|---|
Plugins.Oracle.CallTimeout | no | 1-30 | global timeout | The maximum wait time in seconds for a request to be completed. |
Plugins.Oracle.ConnectTimeout | no | 1-30 | global timeout | The maximum wait time in seconds for a connection to be established. |
Plugins.Oracle.CustomQueriesPath | no | Full pathname of a directory containing .sql files with custom queries. Disabled by default. Example: /etc/zabbix/oracle/sql | ||
Plugins.Oracle.KeepAlive | no | 60-900 | 300 | The maximum time of waiting (in seconds) before unused plugin connections are closed. |
Plugins.Oracle.Sessions.<SessionName>.Password | no | Named session password. <SessionName> - define name of a session for using in item keys. | ||
Plugins.Oracle.Sessions.<SessionName>.Service | no | Named session service name to be used for connection (SID is not supported). Supported for: Oracle. <PluginName> - name of the plugin. <SessionName> - define name of a session for using in item keys. | ||
Plugins.Oracle.Sessions.<SessionName>.Uri | no | tcp://localhost:1521 | Named session connection string for Oracle. <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 (since version 5.2.3).A port can be omitted (default=1521). Examples: tcp://127.0.0.1:1521 localhost | |
Plugins.Oracle.Sessions.<SessionName>.User | no | Named session username. <SessionName> - define name of a session for using in item keys. |
See also:
- Description of general Zabbix agent 2 configuration parameters: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- Instructions for configuring plugins