I have some scripts on my Windows 2008 R2 server that return a JSON string. But when retrieving it on Zabbix server the data shown is splitted into 2 lines at the same string length, the 80th character . And it become on every scripts on my 2 servers, and on the other servers 2012 R2 the same scripts are not splitted !!!
Why does agent for windows 2008 R2 splt my result?
I give an exemple :
zabbix_get -s my_windows_2008R2_server -k my_itemKey

and the same key on a 2012 R2 server;

so the preprocessing of dependent item doesn't work !!
Why does agent for windows 2008 R2 splt my result?
I give an exemple :
zabbix_get -s my_windows_2008R2_server -k my_itemKey
and the same key on a 2012 R2 server;
so the preprocessing of dependent item doesn't work !!
Comment