Hi there!
I’m looking for a way to create a new item to retrive an information contained inside the docker inspect’s output.
This information is placed at the end of the output and zabbix returns me an error:
Preprocessing failed for: {"Id":"d6941794e59eed6229dc49a7e9243493f96ebd34 623 510fdaae27677e53f3420","Created":1610033920,"Pa...
1. Failed: cannot extract value from json by path "$.Config.Env": no data matches the specified path
I think that error occurs because zabbix truncates the output, is there a way to increase this limit?
Thank a lot!
I’m looking for a way to create a new item to retrive an information contained inside the docker inspect’s output.
This information is placed at the end of the output and zabbix returns me an error:
Preprocessing failed for: {"Id":"d6941794e59eed6229dc49a7e9243493f96ebd34 623 510fdaae27677e53f3420","Created":1610033920,"Pa...
1. Failed: cannot extract value from json by path "$.Config.Env": no data matches the specified path
I think that error occurs because zabbix truncates the output, is there a way to increase this limit?
Thank a lot!
Comment