Hello fellow Zabbix users,
I have another question, hope you would be able to help me here.
I'm on Zabbix 5.2
I'm trying to alert whenever our APIs are slow to response (i.e., response time higher than 3 sec).
I have this configuration in the Problem Expression:
However, I got these alerts as a problem today:
Analytics API 3.x PROD response time is 1s 332ms
According to this post https://www.zabbix.com/forum/zabbix-...-response-time, web.test.time>=3 should be treated as higher or equal to 3 seconds, but I get alerted on a way lower response time
Thanks ahead,
Igal
I have another question, hope you would be able to help me here.
I'm on Zabbix 5.2
I'm trying to alert whenever our APIs are slow to response (i.e., response time higher than 3 sec).
I have this configuration in the Problem Expression:
Code:
{Analytics API 3.x PROD:web.test.time[Analytics API 3.x PROD,Analytics API 3.x PROD,resp].last(#1,1)}>=3
Analytics API 3.x PROD response time is 1s 332ms
According to this post https://www.zabbix.com/forum/zabbix-...-response-time, web.test.time>=3 should be treated as higher or equal to 3 seconds, but I get alerted on a way lower response time
Thanks ahead,
Igal

Comment