Dear Colleagues,
I have one of query from https://www.youtube.com/watch?v=BSzjrlotRA4&t=1259s to checking Zabbix Proxy Performance Issue , currently i have issue about delay graph of zabbix monitoring.
Probably from you able to explain this function of query below :
select count(*), delay from items where flags = 1 group by delay order by count(*) desc;
What's mean flags = 1 ?
Really appreciate for your any comment and reply :-)
Thank You.
I have one of query from https://www.youtube.com/watch?v=BSzjrlotRA4&t=1259s to checking Zabbix Proxy Performance Issue , currently i have issue about delay graph of zabbix monitoring.
Probably from you able to explain this function of query below :
select count(*), delay from items where flags = 1 group by delay order by count(*) desc;
What's mean flags = 1 ?
Really appreciate for your any comment and reply :-)
Thank You.
Comment