Hello Zabbix Community !
I need some advice/help/insides for my strange situation.
I have Zabbix server version 5.0.7, and I have added an old Cisco 4507 campus switch(which will be replicated soon), and there are 212 graphs for this massive switch.
Now, SNMP is OK, Latest Data is OK etc.. but, I cannot see all 212 graphs in the Monitoring-Hosts-Graphs, inside there are only 20.
But here is the strange things, In the Screens, there are all 212 graphs !
I check and recheck everything. I check the Zabbix server config file, and consulted with the manual of the items inside, but I cannot see anything related to my problem.
After standard searching in the Zabbix Forum and Google it, I could not find a solution for this.
I appreciate any help that you can spare.
Best regards,
SOLVED:
/usr/share/zabbix/include/defines.inc.php
// Applied to tables with variable count of columns. Columns above this limit will be truncated.
define('ZBX_MAX_TABLE_COLUMNS', 50);
define('ZBX_MAX_GRAPHS_PER_PAGE', 20);
I need some advice/help/insides for my strange situation.
I have Zabbix server version 5.0.7, and I have added an old Cisco 4507 campus switch(which will be replicated soon), and there are 212 graphs for this massive switch.
Now, SNMP is OK, Latest Data is OK etc.. but, I cannot see all 212 graphs in the Monitoring-Hosts-Graphs, inside there are only 20.
But here is the strange things, In the Screens, there are all 212 graphs !
I check and recheck everything. I check the Zabbix server config file, and consulted with the manual of the items inside, but I cannot see anything related to my problem.
After standard searching in the Zabbix Forum and Google it, I could not find a solution for this.
I appreciate any help that you can spare.
Best regards,
SOLVED:
/usr/share/zabbix/include/defines.inc.php
// Applied to tables with variable count of columns. Columns above this limit will be truncated.
define('ZBX_MAX_TABLE_COLUMNS', 50);
define('ZBX_MAX_GRAPHS_PER_PAGE', 20);
Comment