zabbix-threat-control icon indicating copy to clipboard operation
zabbix-threat-control copied to clipboard

OS - Packages - not fully populated

Open ashleyfarrall opened this issue 3 years ago • 2 comments

OS - Packages are not being fully populated in Zabbix history, only going to 2045 lines and 67,548 character length, so I keep getting a parse failure on the last package when trying to scan.

Though when testing the OS - Packages item on a host it returns a full list.

Capture Capture1 Capture2

Is there a setting that I need to change?

ashleyfarrall avatar Aug 17 '21 10:08 ashleyfarrall

I think this might be due to the text data limits in the zabbix database which is truncating the output to 65536 bytes?

https://www.zabbix.com/documentation/5.0/manual/config/items/item#text_data_limits

Is there a workaround?

ashleyfarrall avatar Aug 19 '21 07:08 ashleyfarrall

I've realised that just setting "head -n 2047" on half the machines I'm monitoring and "tail -n 2047" on the other half will workaround the issue.

ashleyfarrall avatar Oct 11 '21 11:10 ashleyfarrall