mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-01 04:03:08 +01:00
Added DOUBLE_IEEE754 varaiable
This commit is contained in:
parent
e018484a40
commit
6c225cce1f
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -252,6 +252,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -252,6 +252,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -245,6 +245,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -251,6 +251,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -254,6 +254,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -256,6 +256,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -280,6 +280,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -280,6 +280,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -272,6 +272,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -281,6 +281,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -281,6 +281,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
|
|||||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||||
// This option is enabled by default for new Zabbix installations.
|
// This option is enabled by default for new Zabbix installations.
|
||||||
// For upgraded installations, please read database upgrade notes before enabling this option.
|
// For upgraded installations, please read database upgrade notes before enabling this option.
|
||||||
$DB['DOUBLE_IEEE754'] = true;
|
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
|
||||||
|
|
||||||
|
|
||||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||||
|
@ -277,6 +277,7 @@ prepare_zbx_web_config() {
|
|||||||
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
-e "s/{ZBX_DB_CA_FILE}/${ZBX_DB_CA_FILE}/g" \
|
||||||
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
-e "s/{ZBX_DB_VERIFY_HOST}/${ZBX_DB_VERIFY_HOST:-"false"}/g" \
|
||||||
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
-e "s/{ZBX_DB_CIPHER_LIST}/${ZBX_DB_CIPHER_LIST}/g" \
|
||||||
|
-e "s/{DB_DOUBLE_IEEE754}/${DB_DOUBLE_IEEE754:-"true"}/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
-e "s/{ZBX_HISTORYSTORAGEURL}/$history_storage_url/g" \
|
||||||
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
-e "s/{ZBX_HISTORYSTORAGETYPES}/$history_storage_types/g" \
|
||||||
"$ZBX_WEB_CONFIG"
|
"$ZBX_WEB_CONFIG"
|
||||||
|
Loading…
Reference in New Issue
Block a user