Hi all,
Trying to monitor our SQL server. Not working
I have installed the ODBC driver 18 for SQL Server on ubuntu 20.04, Zabbix version 6.0
/etc/odbcinst.ini:
/etc/odbc.ini
when i launch
I get this error:
Server is up and running, IP is right.
I've learned that driver v18 has mandatory encryption, but no further information available on Doctor Google, maybe something to do with that?
isql doesn't connect, but zabbix gives an other error:
Zabbix server config file has collectors started:
Does anyone have an idea?
Trying to monitor our SQL server. Not working

I have installed the ODBC driver 18 for SQL Server on ubuntu 20.04, Zabbix version 6.0
/etc/odbcinst.ini:
Code:
[ODBC Driver 18 for SQL Server] Description=Microsoft ODBC Driver 18 for SQL Server Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.0.so.1.1 UsageCount=1
Code:
[db01] Driver = ODBC Driver 18 for SQL Server Server = tcp:192.168.117.13,1433
Code:
isql -v db01 user pass
Code:
[S1T00][unixODBC][Microsoft][ODBC Driver 18 for SQL Server]Login timeout expired [08001][unixODBC][Microsoft][ODBC Driver 18 for SQL Server]TCP Provider: Error code 0x2AFA [08001][unixODBC][Microsoft][ODBC Driver 18 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. [ISQL]ERROR: Could not SQLConnect
I've learned that driver v18 has mandatory encryption, but no further information available on Doctor Google, maybe something to do with that?
isql doesn't connect, but zabbix gives an other error:
Code:
Cannot connect to ODBC DSN: [SQL_ERROR]:[08001][-1][[unixODBC][Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: [error:1416F086:SSL routines:tls_process_server_certificate:c]|[08001][-1][[unixODBC][Microsoft][ODBC Driver 18 for SQL Server]Client unable to establish connection
Code:
StartODBCPollers=5
Comment