Hi. I make connection to ms sql. Then have created a new odbc sql query that makes a select on the Sql. If there is no lock, the table is empty and everything is fine. If the table is not empty, something in the database made a lock and should be triggered by zabbix.
I run query in console
SQL> select *MYSELECT*
+-----------------+
| CriticalityLevel|
+-----------------+
+-----------------+
SQLRowCount returns 0
But in trigger i see: SQL query returned empty result. Zabbix ver. 3.2
Please, help me
I run query in console
SQL> select *MYSELECT*
+-----------------+
| CriticalityLevel|
+-----------------+
+-----------------+
SQLRowCount returns 0
But in trigger i see: SQL query returned empty result. Zabbix ver. 3.2
Please, help me



Comment