Hello Everyone ,
I tried to set up Alias for oracle.ts.discovery LLD rule ( from default template ) in the conf file :
Alias=custom.oracle.ts.discovery1
racle.ts.discovery["tcp://localhost:1521","username","password","service"]
It keeps throwing this error when I try to check the key , sudo zabbix_agent2 -t custom.oracle.ts.discovery1
[m|ZBX_NOTSUPPORTED] [ORA-00000: DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared object file: No such file or directory". See https://oracle.github.io/odpi/doc/in...ion.html#linux for help]
I have configured the environment variable with HOME, LD_LIBRARY in /etc/zabbix/zabbix-agent2 . The items for the services are able to pull the data . Is this something with the alias ?
I tried to set up Alias for oracle.ts.discovery LLD rule ( from default template ) in the conf file :
Alias=custom.oracle.ts.discovery1
racle.ts.discovery["tcp://localhost:1521","username","password","service"]It keeps throwing this error when I try to check the key , sudo zabbix_agent2 -t custom.oracle.ts.discovery1
[m|ZBX_NOTSUPPORTED] [ORA-00000: DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared object file: No such file or directory". See https://oracle.github.io/odpi/doc/in...ion.html#linux for help]
I have configured the environment variable with HOME, LD_LIBRARY in /etc/zabbix/zabbix-agent2 . The items for the services are able to pull the data . Is this something with the alias ?
Comment