I have a host with about 747GB of Memory and around 476GB available. I understand how zabbix calculates available memory (https://www.zabbix.com/documentation...ry.size_params). I'm getting a completely different number in raw numbers than zabbix_get
Example:
# zabbix_get -s HOST -p 10050 -k "vm.memory.size[used]"
476883517440
Latest Data:

It looks to me as if the value is too large for the data type in the database
Example:
# zabbix_get -s HOST -p 10050 -k "vm.memory.size[used]"
476883517440
Latest Data:
It looks to me as if the value is too large for the data type in the database
Comment