Hi All,
I monitor Oracle through zabbix 5.4, but the zabbix agent fails to fetch, and the agent message is as follows:
Oracle: Failed to fetch info data (or no data for 30m)
The settings are as follows:
{$ORACLE.CONNSTRING} = tcp://10.1.5.52:1521
{$ORACLE.PASSWORD} = zabbix
{$ORACLE.SERVICE} = TGLAB
{$ORACLE.USER} = zabbix_mon
cat /etc/odbc.ini
[TGLAB]
Driver= Oracle19gdriver
DSN = TGLAB
ServerName= //uat-scan:1521/tglab
UserID= zabbix_mon
Password= zabbix
isql testare as follows:
root@ZABBIX_T:~# isql -v TGLAB
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
SQL>
help Me, Please
I monitor Oracle through zabbix 5.4, but the zabbix agent fails to fetch, and the agent message is as follows:
Oracle: Failed to fetch info data (or no data for 30m)
The settings are as follows:
{$ORACLE.CONNSTRING} = tcp://10.1.5.52:1521
{$ORACLE.PASSWORD} = zabbix
{$ORACLE.SERVICE} = TGLAB
{$ORACLE.USER} = zabbix_mon
cat /etc/odbc.ini
[TGLAB]
Driver= Oracle19gdriver
DSN = TGLAB
ServerName= //uat-scan:1521/tglab
UserID= zabbix_mon
Password= zabbix
isql testare as follows:
root@ZABBIX_T:~# isql -v TGLAB
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
SQL>
help Me, Please
Comment