Greetings,
I created a simple script for discovering DB objects, and it have been working just fine, until very recently, when I installed it on a server that has many DB objects: the discovered DB objects never showed up on Zabbix UI, and I saw nothing on the server's logs (nor agent's logs either), so, I tried to run zabbix_get :
and I saw the output was truncated, so, I decided to see if it had a particular size:
The total size should be 82065
So, I was wondering: is there a limit on the JSON answer size?
I found something similar, but for proxy, on bug ZBX-4780, but it says it was resolved.
Any ideas?
Sincerely,
Ildefonso Camargo
I created a simple script for discovering DB objects, and it have been working just fine, until very recently, when I installed it on a server that has many DB objects: the discovered DB objects never showed up on Zabbix UI, and I saw nothing on the server's logs (nor agent's logs either), so, I tried to run zabbix_get :
Code:
zabbix_get -s SERVER_IP -k postgresql.tables.discovery
Code:
zabbix_get -s SERVER_IP -k postgresql.tables.discovery|wc -c 65536
So, I was wondering: is there a limit on the JSON answer size?
I found something similar, but for proxy, on bug ZBX-4780, but it says it was resolved.
Any ideas?
Sincerely,
Ildefonso Camargo
. Any help is welcome.
Comment