I have been using Zabbix since 2009, but haven't had the need for this - until now. I want to have a comparison Dashboard page of 20 graphs of one switch versus 20 graphs of another similar switch (port comparison - 20 rows per column). Seems to have a limit of 12 graph "rows" before I can't add anymore in that column. I went to /usr/share/zabbix/include/defines.inc.php and edited line 785 "define('DASHBOARD_MAX_ROWS', 64);" and changed this to 128. While this allowed me to put the full 20 rows and 2 columns, when I went to "Save Changes" I got this error at the top of the page: "Invalid parameter "/1/widgets/27/y": value must be one of 0-62." Ultimately I can't save changes with this error.
What else do I need to edit to allow the full effect of adding 20 graph rows in 2 columns to occur without throwing errors? Is it a another change in a PHP page or is this a Javascript issue. I don't see it as a javascript issue, but if I'm wrong I'll be the first to admit it.
Zabbix edition: 4.4.3, 1 server, 2 active proxies, monitoring 65+ buildings and over 1200 hosts
Ubuntu 18.04, installed via apt packages on server, 16G RAM
- Randy Laframboise
Network and Systems Specialist
University of Windsor
What else do I need to edit to allow the full effect of adding 20 graph rows in 2 columns to occur without throwing errors? Is it a another change in a PHP page or is this a Javascript issue. I don't see it as a javascript issue, but if I'm wrong I'll be the first to admit it.
Zabbix edition: 4.4.3, 1 server, 2 active proxies, monitoring 65+ buildings and over 1200 hosts
Ubuntu 18.04, installed via apt packages on server, 16G RAM
- Randy Laframboise
Network and Systems Specialist
University of Windsor
Comment