guys,
I am monitoring a clock device that syncs with satelite and provides the time values in Microseconds and Nanoseconds such as 0.000234 seconds.I noticed that with float data types it is displayed as 0 (simply zabbix sums it up) when I choose character as the data type, it is displayed correctly but then it does not show the numeric changes in time in the 30s periods that I have set the poller to.
I am using Zabbix 4.4 and my database is Mariadb, is there any solution that helps me to have these time values as numeric float data types with 6 to 8 decimals? (such as 0.000123 or 0.000111222)
thanks in advance
I am monitoring a clock device that syncs with satelite and provides the time values in Microseconds and Nanoseconds such as 0.000234 seconds.I noticed that with float data types it is displayed as 0 (simply zabbix sums it up) when I choose character as the data type, it is displayed correctly but then it does not show the numeric changes in time in the 30s periods that I have set the poller to.
I am using Zabbix 4.4 and my database is Mariadb, is there any solution that helps me to have these time values as numeric float data types with 6 to 8 decimals? (such as 0.000123 or 0.000111222)
thanks in advance
Comment