Hey everyone!
So, i'm trying to monitor some queries in PostgreSQL using ODBC, it worked on a Debian server with a Proxy running directly on it.
Now, i'm facing issues to make it work with a Proxy running in a docker container in a CentOS 7 VM.
I've did some testing, and it seems like Zabbix looks for the odbc.ini and odbcinst.ini files in the proxy container.
Is there a way to tell Zabbix to look for the files somewhere else? Or should i try to compile the proxy container with ODBC libraries and mount volumes for both files?
Not sure about how to proceed, since i'm fairly new to docker.
Server, Proxy and Agent are all running in version 6.0.x
So, i'm trying to monitor some queries in PostgreSQL using ODBC, it worked on a Debian server with a Proxy running directly on it.
Now, i'm facing issues to make it work with a Proxy running in a docker container in a CentOS 7 VM.
I've did some testing, and it seems like Zabbix looks for the odbc.ini and odbcinst.ini files in the proxy container.
Is there a way to tell Zabbix to look for the files somewhere else? Or should i try to compile the proxy container with ODBC libraries and mount volumes for both files?
Not sure about how to proceed, since i'm fairly new to docker.
Server, Proxy and Agent are all running in version 6.0.x
Comment