free / sql_exporter

Database agnostic SQL exporter for Prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get instances from Sql Server Browser on host server.ms.ds.org.com: read udp 10.130.129.181:53997->10.204.74.47:1434: read: connection refused

mnadeem opened this issue · comments

my static config

static_configs:
            - targets:
                'server.ms.ds.org.com:1433': 'sqlserver://user:pass@server.ms.ds.org.com:1433/instance'

Error

Unable to get instances from Sql Server Browser on host server.ms.ds.org.com: read udp 10.130.129.181:53997->10.204.74.47:1434: read: connection refused

I am facing the same issue. Port 1434 UDP is open and Sql Server Browser is running but the error has not been solved.

@free , I would appreciate if you help out here :)

@mnadeem I met the same issue, I want to know do you have the lucky to resolve it? Thanks.