Here's my example data
The list goes on a little longer. I want to store these values in an item, however I want the timestamp to be exactly what is provided. Can I force the timestamp in any way?
If I were to pump this directly into the zabbix MySQL database instead. Would it work then? (This would solve the secondary problem of me needing to overwrite some values). Would Zabbix need some prodding to let it know the data has changed or will it just pick up what it has? Will it process triggers if I sneak the data in through the backdoor?
Has there been a better way of getting multiple datapoints into Zabbix without doing a for loop with zabbix_send?
Any insight would be welcome, thanks!
15:24:30 3509.93
15:25:30 3128.03
15:26:30 2932.82
15:27:30 1742.83
15:28:30 986.60
15:29:30 1328.72
15:25:30 3128.03
15:26:30 2932.82
15:27:30 1742.83
15:28:30 986.60
15:29:30 1328.72
If I were to pump this directly into the zabbix MySQL database instead. Would it work then? (This would solve the secondary problem of me needing to overwrite some values). Would Zabbix need some prodding to let it know the data has changed or will it just pick up what it has? Will it process triggers if I sneak the data in through the backdoor?
Has there been a better way of getting multiple datapoints into Zabbix without doing a for loop with zabbix_send?
Any insight would be welcome, thanks!
Comment