Hello,
Ive faced to the following issue, cant see received value in the GUI
currently we are monitor many DBs , but problem with one only
no errors in the log file, item is supported
tried to connect via isql, everything is OK
After that, for interest I had added another DB. It's ok (an - it worked)
Also, in the tcpdump everything is good, we are receiving values from DB without problem
CentOS release 6.6 (Final)
Zabbix 2.4.6
unixODBC 2.2.14
Please suggest what can I check and where
Thank you in advance.
Ive faced to the following issue, cant see received value in the GUI
currently we are monitor many DBs , but problem with one only
no errors in the log file, item is supported
tried to connect via isql, everything is OK
HTML Code:
SQL> select to_char(sysdate,'HH24:MI:SS') from dual; +------------------------------+ | TO_CHAR(SYSDATE,'HH24:MI:SS')| +------------------------------+ | 12:11:52 | +------------------------------+ SQLRowCount returns -1 1 rows fetched
Also, in the tcpdump everything is good, we are receiving values from DB without problem
CentOS release 6.6 (Final)
Zabbix 2.4.6
unixODBC 2.2.14
Please suggest what can I check and where

Thank you in advance.
to get incorrect info and after that change to correct
Comment