Hi there,
I setup a new odbc item to monitor the contents of a database table, but I'm having trouble with the granularity. The specific column in the database is of the type DECIMAL with 10,8 lenght/set, so an entry looks like this 0.00002677.
The item in zabbix is numeric(float), which according to the documentation is 16,4. I already changed the column in the database for the table history and graphs but the latest data shows only 6 digits and therefore gets rounded.
Can anyone point me in the right direction what I need to change to get this data correctly into zabbix, including the graph?
I setup a new odbc item to monitor the contents of a database table, but I'm having trouble with the granularity. The specific column in the database is of the type DECIMAL with 10,8 lenght/set, so an entry looks like this 0.00002677.
The item in zabbix is numeric(float), which according to the documentation is 16,4. I already changed the column in the database for the table history and graphs but the latest data shows only 6 digits and therefore gets rounded.
Can anyone point me in the right direction what I need to change to get this data correctly into zabbix, including the graph?
Comment