[ZBX-17403] Template RabbitMQ "Zabbix + RabbitMQ" - Text item value is limited to 64KB Created: 2020 Mar 03 Updated: 2024 Feb 08 Resolved: 2024 Feb 08 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Templates (T) |
Affects Version/s: | 4.2.7, 4.2.8 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Trivial |
Reporter: | Luciano da Silva Gomes | Assignee: | Anton Fayantsev (Inactive) |
Resolution: | False Positive | Votes: | 1 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Monitoring RabbitMQ queues over HTTP |
Attachments: |
![]() ![]() |
Description |
Steps to reproduce:
Result: Results in the impossibility of monitoring due to the limit of "Text item value is limited to 64KB", as informed in: Expected: From what I looked for in the official documentation, this limit has not been changed. So, I suggest changing the Template as below: Adding o Query fields in RabbitMQ: Get queues item: columns name,node,vhost,memory,messages_ready,consumers,messages,message_stats,messages_ready_details,messages_unacknowledged,messages_unacknowledged_details In this way, we avoid breaking the monitoring due to the 64KB size limit of the Text Item.
|
Comments |
Comment by Denis Rasikhov [ 2024 Feb 08 ] |
Database value size limitation doesn't affect dependent items. Even if value is truncated before it is stored in DB, dependent items receive all the data from master item before it will be saved. |