Hi all,
Has anyone had success monitoring a SQL Server named instance? I've tried adding each specific server name, along with the service name, but no luck.
The MSSQL.URI I've tried to use is: sqlserver://localhost\<named instance name>:<port number>
I also replaced local host with the instance (e.g. sqlserver://db-test\test01:1433)
The Zabbix agent error I receive is: Get Value from agent failed: cannot establish TCP connection to <IP>:10050 timed out
Has anyone had success monitoring a SQL Server named instance? I've tried adding each specific server name, along with the service name, but no luck.
The MSSQL.URI I've tried to use is: sqlserver://localhost\<named instance name>:<port number>
I also replaced local host with the instance (e.g. sqlserver://db-test\test01:1433)
The Zabbix agent error I receive is: Get Value from agent failed: cannot establish TCP connection to <IP>:10050 timed out
Comment