Hi All
Zabbix v5.4
I've got a timestamp from SQL database that i need to monitor.
This is the format returned from SQL - this is single cell value that i need to work with:
2022-06-23 10:57:54.030
Checks are done every 1 minute via SQL query and pulling intervals can be adjusted. This field in database is updated by 3rd party program every 5 min and I need to detect if this field in database hasn't been updated in 5 min so if the value is 2022-06-23 10:57:54.030 for more than 10 min I need to fire trigger
But i don't know how to approach this in the best possible way
I new to zabbix - i have it for a year now but actually never had a chance to learn about its all functionality.
Can someone help me with this or point me to right direction, please?
Zabbix v5.4
I've got a timestamp from SQL database that i need to monitor.
This is the format returned from SQL - this is single cell value that i need to work with:
2022-06-23 10:57:54.030
Checks are done every 1 minute via SQL query and pulling intervals can be adjusted. This field in database is updated by 3rd party program every 5 min and I need to detect if this field in database hasn't been updated in 5 min so if the value is 2022-06-23 10:57:54.030 for more than 10 min I need to fire trigger
But i don't know how to approach this in the best possible way
I new to zabbix - i have it for a year now but actually never had a chance to learn about its all functionality.
Can someone help me with this or point me to right direction, please?
Comment