Hello!
It became necessary for the metric to store data with a time stamp from the past.
For this, I use the zabbix_sender utility with the -T key. Data is written as planned, but triggers fire, such as using the last() function.
As far as I understand in the last() function, the last received data is used, and not the last received in time.
I wanted the triggers to fire only on the data that arrived last in time.
Please tell me which trigger function can be used for such a case.
It became necessary for the metric to store data with a time stamp from the past.
For this, I use the zabbix_sender utility with the -T key. Data is written as planned, but triggers fire, such as using the last() function.
As far as I understand in the last() function, the last received data is used, and not the last received in time.
I wanted the triggers to fire only on the data that arrived last in time.
Please tell me which trigger function can be used for such a case.
Comment