mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
services: zabbix-frontend: Enable IEEE754-compatible history values.
* gnu/services/monitoring.scm (zabbix-front-end-config): Specify $DB['DOUBLE_IEEE754'] in the configuration file, as per current example.
This commit is contained in:
parent
5122805c48
commit
7f12a40e9a
1 changed files with 3 additions and 0 deletions
|
@ -647,6 +647,9 @@ (define (zabbix-front-end-config config)
|
|||
// Schema name. Used for IBM DB2 and PostgreSQL.
|
||||
$DB['SCHEMA'] = '';
|
||||
|
||||
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
|
||||
$DB['DOUBLE_IEEE754'] = true;
|
||||
|
||||
$ZBX_SERVER = '" zabbix-host "';
|
||||
$ZBX_SERVER_PORT = '" (number->string zabbix-port) "';
|
||||
$ZBX_SERVER_NAME = '';
|
||||
|
|
Loading…
Reference in a new issue