[ZBXNEXT-6006] iprange limit of 2048 characters in network discovery rules Created: 2020 Apr 19 Updated: 2023 Sep 27 |
|
Status: | Confirmed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Frontend (F), Server (S) |
Affects Version/s: | 5.0.1 |
Fix Version/s: | None |
Type: | Change Request | Priority: | Trivial |
Reporter: | Christoph Loesch | Assignee: | Edgars Melveris |
Resolution: | Unresolved | Votes: | 2 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
Steps to reproduce:
Result: |
Comments |
Comment by Alexey Pustovalov [ 2020 Apr 19 ] |
Hmm... why do you need so long field? Oo Could you show any use case? |
Comment by Christoph Loesch [ 2020 Apr 19 ] |
for explanation: what we did in meanwhile: so we checked in db the limit of that particular field is set to 2048 and in frontend the limit of the textarea is also 2048. so our guess is, this is a bug? |
Comment by Christoph Loesch [ 2020 Apr 19 ] |
oh sorry, i guess i mis-selected components. it should not be "Frontend (F), Server (S)" but rather "Frontend (F), Installation (I)". |
Comment by Christoph Loesch [ 2020 Apr 19 ] |
that was increased already five years ago from 255 to 2048 in but the manual states 64K - so i would suggest/ask, like it was done in |
Comment by Edgars Melveris [ 2020 Apr 20 ] |
Actually the way I understand what's written in the manual, it states that the limits is not 64k characters, but 64k ip addresses:
Which can be achieved easily without using even the 2k characters. But I agree that your use case might require more. At the same time, you don't use proxies, do you? |
Comment by Christoph Loesch [ 2020 Apr 20 ] |
Thanks for looking into this. Well, actually we monitor around 60 sites and at each site we try to discover 19 hosts, that would also be only about 1K IP addresses so in this manner 64K would be also more than enough for us. But in our scenario we can not go this far with only 2048characters of input. No, as we mainly monitor network devices, there are no devices in the network capable of running a zabbix-proxy, but most of our routers at least have zabbix-agent installed. |
Comment by Edgars Melveris [ 2020 Jun 08 ] |
I've moved this to feature requests, as this cannot be considered a bug. Currently, you can work around the issue by splitting the rules in smaller segments. |