zabbix 1.1.4.
it seems that some user parameters are mysteriously rounded in php frontend (but only in some occurrances).
for example, user parameter returns correct float values (Sending back:4.94), and this is displayed correctly in graph.
for some reason, "last values" shows only "5", even though "change" now and then displays "0.02".
this seems to happen only for values around 5, as 1.33, 3.3 and similar are show correctly (as you probably can tell, these are voltages).
in graphs, the line clearly is raising and falling, but data below the graph shows "5" for min/max/avg.
this happens both for simple & custom graphs.
any ideas what is happening ?
it seems that some user parameters are mysteriously rounded in php frontend (but only in some occurrances).
for example, user parameter returns correct float values (Sending back:4.94), and this is displayed correctly in graph.
for some reason, "last values" shows only "5", even though "change" now and then displays "0.02".
this seems to happen only for values around 5, as 1.33, 3.3 and similar are show correctly (as you probably can tell, these are voltages).
in graphs, the line clearly is raising and falling, but data below the graph shows "5" for min/max/avg.
this happens both for simple & custom graphs.
any ideas what is happening ?
Comment