Dear All,
I am facing one peculiar problem in Zabbix as when the below query executes, it doesn't get complete and hung my problem table.
"select itemid, min( clock) from history group by itemid"
Not sure from where does this query generates, is it from Zabbix GUI or Zabbix custom dashboard?
Any leads will be appreciated.
I am facing one peculiar problem in Zabbix as when the below query executes, it doesn't get complete and hung my problem table.
"select itemid, min( clock) from history group by itemid"
Not sure from where does this query generates, is it from Zabbix GUI or Zabbix custom dashboard?
Any leads will be appreciated.
Comment