-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
zabbix_server 7.0.3
zabbix_agent2 7.0.3
zabbix-agent2-plugin-mongodb 7.0.3
mongodb 7.0.14
-
Prev.Sprint, S24-W36/37
I am currently getting this error:
Failed: cannot extract value from json by path "$.wiredTiger.cache['maximum page size at eviction']": no data matches the specified path
After some debugging i figured, that in MongoDB 6.3 (this commit: https://github.com/mongodb/mongo/commit/838d3648a66bc46f10e6fcad9d0294df5331d090) the wording changed from `maximum page size at eviction` to `maximum page size seen at eviction`.
The plugin should be updated to handle the new property name.