voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
80 stars 229 forks source link

Need to set $DB[DOUBLE_IEEE754] to true in Zabbix >=5.0's zabbix.conf.php. #734

Closed Joshua-Snapp closed 3 years ago

Joshua-Snapp commented 3 years ago

How to reproduce (e.g Puppet code you use)

Install or upgrade to Zabbix 5.0 or newer.

What are you seeing

The frontend will display "Database history tables upgraded: No" in the System Information widget in the Global view dashboard, unless $DB['DOUBLE_IEEE754'] value is set to true in /ui/conf/zabbix.conf.php.

Any additional information you'd like to impart

This is discussed in the ENABLING EXTENDED RANGE OF NUMERIC (FLOAT) VALUES section of the upgrade notes for 5.0.