Zabbix Mssql Failed To Fetch Info Data -or No Data For 30m- -

Start SQL Browser and ensure Windows Firewall allows UDP 1434 inbound.

If this alert is active, check the following common causes identified by users in the Zabbix Community Forums : zabbix mssql failed to fetch info data -or no data for 30m-

The monitoring user must have specific rights to query system views like sys.dm_os_performance_counters . Without VIEW SERVER STATE (or VIEW SERVER PERFORMANCE STATE for SQL 2022+), the "Get Info" queries return empty results. Start SQL Browser and ensure Windows Firewall allows

Thirty minutes.

: If using newer ODBC drivers (v18+), encryption is often forced. Try adding TrustServerCertificate=yes or Encrypt=yes to your connection string or odbc.ini file. you’ve hit the jackpot.

If this returns zero rows for the user NT SERVICE\ZabbixAgent , you’ve hit the jackpot.