It seems that when setting up dynamic graphs on screens which have an axis set to a fixed value, it does not change when setting up another host.
Example:
The screen is based on sauron.
Notice how the maximum Y axis value is tight at 1.98Gb, which is correct for sauron but not for redmine01.

Example:
Code:
saruman ~ # zabbix_get -s redmine01 -k vm.memory.size[total] 527548416 saruman ~ # zabbix_get -s sauron -k vm.memory.size[total] 2125926400
Notice how the maximum Y axis value is tight at 1.98Gb, which is correct for sauron but not for redmine01.
Comment