Hi
I would like to kindly ask for your help,
I am struggling with monitoring these three things via MSSQL by ODBC template:
1. MSSQL: Get Buffer Manager counters: MSSQL: Buffer cache hit ratio – I received: status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Buffer Manager","cntr_value":"935","counter_name":"Backgr ound writer p...
1. Failed: cannot extract value from json by path "$[?(@.counter_name=='BufferCacheHitRatio')].cntr_value.first()": no data matches the specified path
2.MSSQL: Get Cache counters: MSSQL: Cache hit ratio - I received: status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Plan Cache","cntr_value":"1596","counter_name":"Cache Hit Ratio","inst...
1. Failed: cannot extract value from json by path "$[?(@.counter_name=='CacheHitRatio')].cntr_value.first()": no data matches the specified path
3. MSSQL: Get Access Methods counters: MSSQL: Worktables from cache ratio - status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Access Methods","cntr_value":"0","counter_name":"AU cleanup batches/se...
1. Failed: cannot extract value from json by path "$[?(@.counter_name=='WorktablesFromCacheRatio')].cntr_value.first()": no data matches the specified path
All three performances are visible in Windows - via Performance monitor

Other things are correctly enabled and working, I followed the steps in manual. - https://www.zabbix.com/integrations/mssql#mssql_odbc
Info:
ZABBIX - Zabbix 6.4.12
template
I would like to monitor - MSSQL 2019
odbc.ini correctly setup (I tried driver FreeTDS., ODBC Driver 18 for SQL Server)
I would like to kindly ask for your help,
I am struggling with monitoring these three things via MSSQL by ODBC template:
1. MSSQL: Get Buffer Manager counters: MSSQL: Buffer cache hit ratio – I received: status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Buffer Manager","cntr_value":"935","counter_name":"Backgr ound writer p...
1. Failed: cannot extract value from json by path "$[?(@.counter_name=='BufferCacheHitRatio')].cntr_value.first()": no data matches the specified path
2.MSSQL: Get Cache counters: MSSQL: Cache hit ratio - I received: status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Plan Cache","cntr_value":"1596","counter_name":"Cache Hit Ratio","inst...
1. Failed: cannot extract value from json by path "$[?(@.counter_name=='CacheHitRatio')].cntr_value.first()": no data matches the specified path
3. MSSQL: Get Access Methods counters: MSSQL: Worktables from cache ratio - status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Access Methods","cntr_value":"0","counter_name":"AU cleanup batches/se...
1. Failed: cannot extract value from json by path "$[?(@.counter_name=='WorktablesFromCacheRatio')].cntr_value.first()": no data matches the specified path
Other things are correctly enabled and working, I followed the steps in manual. - https://www.zabbix.com/integrations/mssql#mssql_odbc
ZABBIX - Zabbix 6.4.12
template
I would like to monitor - MSSQL 2019
odbc.ini correctly setup (I tried driver FreeTDS., ODBC Driver 18 for SQL Server)
atabases' AS object_name,
Comment