-
Problem report
-
Resolution: Unresolved
-
Major
-
None
-
5.0.41rc1, 6.0.26rc1, 6.4.11rc1, 7.0.0alpha9
Steps to reproduce:
- Open https://www.zabbix.com/documentation/current/en/manual/config/items/itemtypes/odbc_checks/unixodbc_mssql
- Only FreeTDS option exists
Result:
FreeTDS is used as an only solution.
Expected:
- Connection string usage example from command line with isql and from item:
#item key: db.odbc.get["MSSQL example",,"Driver={ODBC Driver 18 for SQL Server};Server=127.0.0.1;Port=1433;UID=zbx_monitor;PWD=zbx_monitor_password;Encrypt=no"] # command line: isql -v -k "Driver={ODBC Driver 18 for SQL Server};Server=127.0.0.1;Port=1433;UID=zbx_monitor;PWD=zbx_monitor_password;Encrypt=no"
Full list of MSSQL DSN and Connection String Keywords and Attributes:
https://learn.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute
Driver setup:
https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server