Using the latest trunk source, my fixed graphs are not using the exact value I specify for the max. e.g. If I specify a max of 100, the graph goes from 0 to 120. If I specify a max of 50, the graph shows 0 to 60.
I am using a database that was upgraded from Zabbix 1.4.6 using the patch.sql that is created from make dist.
There is nothing untoward in the GRAPHS table (I am using MySQL). The yaxistype is set to 1, the yaxismin is 0.000 and yaxismax is set to 100.000. I can change these values through the UI, and the values stick.
Graham
I am using a database that was upgraded from Zabbix 1.4.6 using the patch.sql that is created from make dist.
There is nothing untoward in the GRAPHS table (I am using MySQL). The yaxistype is set to 1, the yaxismin is 0.000 and yaxismax is set to 100.000. I can change these values through the UI, and the values stick.
Graham
Comment