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

"MSSQL: Failed to fetch info data (or no data for 30m)" typically indicates a communication or permission breakdown between Zabbix and your SQL Server

Step 1: Check the SQL Server Service Status

Before diving into logs and permissions, verify the basics. zabbix mssql failed to fetch info data -or no data for 30m-

The "Failed to fetch info data" or "no data for 30m" error in Zabbix for MSSQL typically indicates a connectivity or permission issue between your Zabbix server/proxy and the SQL instance. 🛠️ Quick Troubleshooting Checklist "MSSQL: Failed to fetch info data (or no

if [ $? -eq 0 ]; then echo 0 # Success else echo 1 # Failed fi if [ $

$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