Zabbix Mssql Failed To Fetch Info Data -or No Data For 30m- πŸ”–

The Zabbix monitoring user requires specific granular permissions to view system dynamic management views (DMVs) and performance counters. Without these, queries targeting master tables fail instantly. Step 1: Verify Server-Level Permissions

The errors β€œFailed to fetch info data” and β€œNo data for 30m” are not Zabbix bugs – they are symptoms of a broken contract between your monitoring tool and your database. By systematically checking ODBC drivers, service account permissions, instance names, and localization, you can restore full visibility.

isql -v <DSN> <USERNAME> <PASSWORD>

$keys = @( "perf_instance[\MSSQLSERVER,'SQLServer:General Statistics','User Connections']", "perf_instance[\MSSQLSERVER,'SQLServer:Buffer Manager','Page life expectancy']" ) foreach ($key in $keys) & "C:\Program Files\Zabbix Agent\zabbix_get.exe" -s 127.0.0.1 -k $key

Look for an entry like ODBC Driver 18 for SQL Server or similar. If missing, install the msodbcsql package from Microsoft. zabbix mssql failed to fetch info data -or no data for 30m-

Switch to sys.dm_db_resource_stats or sys.server_resource_stats views. Customize the user parameter to query these instead. The official Zabbix template for Azure SQL Database is different from on-prem MSSQL.

Locate your zabbix_agent2.conf file.

Example bad log:

COPYRIGHT (c) 1995 ~ 2025 matia, crevasse, and xfactor's maniadb.com (contact : )
artist: 338,011 | album: 704,529 | release: 1,451,631 | song: 6,025,697 | CC BY-NC-SA 2.0 KR
Page rendered in 1.2138 seconds
zabbix mssql failed to fetch info data -or no data for 30m-
We donate for music : ν•œκ΅­λŒ€μ€‘μŒμ•…μƒ | Paranoid Magazine | Jazzpeople Magazine | Sound Network | TMI FM | WUMUJI | ν™λŒ€λ₯Ό 판ꡐ둜! 컀먼 ν‚€μΉœ 판ꡐ
We are sponsored by : | YG Entertainment (2022~2026) | YWMobile (2022) | Bugs (2016~22) | Soribada (2012~16) | NCsoft (2008~12) | Smith&Mobile (2005~08) | KAIST (1995~20??)
But, many big companies still steal our efforts without permission.
About maniadb.com : Wikipedia | Interview @ Ksoundlab
zabbix mssql failed to fetch info data -or no data for 30m-