Source
22
22
// Vault configuration. Used if database credentials are stored in Vault secrets manager.
23
23
$DB['VAULT'] = '';
24
24
$DB['VAULT_URL'] = '';
25
25
$DB['VAULT_DB_PATH'] = '';
26
26
$DB['VAULT_TOKEN'] = '';
27
27
$DB['VAULT_CERT_FILE'] = '';
28
28
$DB['VAULT_KEY_FILE'] = '';
29
29
// Uncomment to bypass local caching of credentials.
30
30
// $DB['VAULT_CACHE'] = true;
31
31
32
-
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
33
-
// This option is enabled by default for new Zabbix installations.
34
-
// For upgraded installations, please read database upgrade notes before enabling this option.
35
-
$DB['DOUBLE_IEEE754'] = true;
36
-
37
32
// Uncomment and set to desired values to override Zabbix hostname/IP and port.
38
33
// $ZBX_SERVER = '';
39
34
// $ZBX_SERVER_PORT = '';
40
35
41
36
$ZBX_SERVER_NAME = '';
42
37
43
38
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
44
39
45
40
// Uncomment this block only if you are using Elasticsearch.
46
41
// Elasticsearch url (can be string if same url is used for all types).