This section lists parameters supported in the Oracle Zabbix agent 2 plugin configuration file (oracle.conf).
Note that:
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.Default.Password | no | Default password for connecting to Oracle; used if no value is specified in an item key or named session. Supported since version 6.4.3 |
||
Plugins.Oracle.Default.Service | no | Default service name for connecting to Oracle (SID is not supported); used if no value is specified in an item key or named session. Supported since version 6.4.3 |
||
Plugins.Oracle.Default.Uri | no | tcp://localhost:1521 | Default URI for connecting to Oracle; used if no value is specified in an item key or named session. 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=1521). Examples: tcp://127.0.0.1:1521 localhost Supported since version 6.4.3 |
|
Plugins.Oracle.Default.User | no | Default username for connecting to Oracle; used if no value is specified in an item key or named session. Supported since version 6.4.3 |
||
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). <SessionName> - define name of a session for using in item keys. |
||
Plugins.Oracle.Sessions.<SessionName>.Uri | no | 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.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: