You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、zabbix4我是用容器搭建的。其中10051端口是 zabbix-server-mysql这个容器释放的端口。
这个zabbix-agent-oracle也是容器,都在一个docker上运行
zbx_server_host= 啥 (127.0.0.1或容器名称zabbix-server-mysql 或容器实际ip 172.18.0.5)
2、我按实际ip配上上去run后报错
提示
java.lang.Exception:ERROER on main - Connections is empty
at com.smartmarmot.orabbix.Orabbixmon.run(Orabbixmon.java:101)
at com.smartmarmot.orabbix.bootstrap.main(bootstrap.java:50)
1、zabbix4我是用容器搭建的。其中10051端口是 zabbix-server-mysql这个容器释放的端口。
这个zabbix-agent-oracle也是容器,都在一个docker上运行
zbx_server_host= 啥 (127.0.0.1或容器名称zabbix-server-mysql 或容器实际ip 172.18.0.5)
2、我按实际ip配上上去run后报错
提示
java.lang.Exception:ERROER on main - Connections is empty
at com.smartmarmot.orabbix.Orabbixmon.run(Orabbixmon.java:101)
at com.smartmarmot.orabbix.bootstrap.main(bootstrap.java:50)
看源代码 实际上是
DBConn[] myDBConn = cfg.getConnections();
这个错误了。
没有连接Oracle?
但是我在zabbix-server的服务器上telnet链接oracle的1521端口是通的。不知道是啥问题。
求教!
run 时候的配置
ZBX_SERVER_HOST=zabbix-server-mysql
ZBX_SERVER_PORT=10051
ORACLE_HOST=xxx.xxx.xxx.xxx
ORACLE_PORT=1521
ORACLE_USER=自己的用户
ORACLE_PASSWORD=密码
ORACLE_INSTANCE=实例
The text was updated successfully, but these errors were encountered: