-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
5.0.7
- I setup new host using default template (Template DB MSSQL by ODBC and Template OS Windows By Zabbix Agent)
- On Graph for MSSQL still no data
- i see on zabbix_server.log return this error message
Failed: cannot extract value from json by path "$[?(@.object_name=='SQLEXPRESS_2019:SQL Statistics' && @.counter_name=='Batch Requests/sec')].cntr_value.first()": no data matches the specified path 2769:20210107:133416.720 error reason for "SQLSERVER:mssql.readahead_pages_sec.rate" changed: Preprocessing failed for: [{"object_name":"MSSQL$SQLEXPRESS_2019:Access Methods","counter_name":"AU cleanup batches/sec","i...
- this macros on the host
{$MSSQL.DSN} => sql1 {$MSSQL.INSTANCE} => SQLEXPRESS_2019 {$MSSQL.PASSWORD} {$MSSQL.PORT} => 4019 {$MSSQL.USER} =>zabbix
- For MSSQL.INSTANCE this is wrong ? because i got from query
select @@servername
the result is
WIN-3HQL3VMV7Q8\SQLSERVER_2017