Hi,
We are running v5.02 of Zabbix server and Zabbix Proxy. All working good. We now want to monitor our SQL 2017 server which only has Integrated Authentication available and not SQL login/auth. I have followed all the instructions here https://git.zabbix.com/projects/ZBX/...odbc/README.md
I can get kerberos tickets and can login to our MS SQL server via sqlcmd with -E to use integrated auth. sqlcmd -E -S XXXX.
I have also setup the DSN in odbc.ini and have added it as a host macro to the template.
Every time when I run "Discovery" for the databases, I am getting the following error: Cannot connect to ODBC DSN: [SQL_ERROR]:[HY000][851968][[unixODBC][Microsoft][ODBC Driver 17 for SQL Server]SSPI Provider: No Kerberos credentials available (default cache: FILE:/tmp/]|[HY000][851968][[unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Cannot generate SSPI context]
I have tried adding and removing the username and password host macros, which I don't believe we need to enter as it's using integrated auth.
Anyone that has had similar issues or know how to get ir working?
thank you.
We are running v5.02 of Zabbix server and Zabbix Proxy. All working good. We now want to monitor our SQL 2017 server which only has Integrated Authentication available and not SQL login/auth. I have followed all the instructions here https://git.zabbix.com/projects/ZBX/...odbc/README.md
I can get kerberos tickets and can login to our MS SQL server via sqlcmd with -E to use integrated auth. sqlcmd -E -S XXXX.
I have also setup the DSN in odbc.ini and have added it as a host macro to the template.
Every time when I run "Discovery" for the databases, I am getting the following error: Cannot connect to ODBC DSN: [SQL_ERROR]:[HY000][851968][[unixODBC][Microsoft][ODBC Driver 17 for SQL Server]SSPI Provider: No Kerberos credentials available (default cache: FILE:/tmp/]|[HY000][851968][[unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Cannot generate SSPI context]
I have tried adding and removing the username and password host macros, which I don't believe we need to enter as it's using integrated auth.
Anyone that has had similar issues or know how to get ir working?
thank you.
Comment