Monitor Cisco Catalyst 6509 port traffic ...
Posted: Fri Jan 10, 2020 11:41 am
There're about 300 ports on the Cisco Catalyst 6509, when using wizard to setup port traffic monitoring, there seems can only setup 127th ports?
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
max_execution_time = 30
max_input_time = 60
memory_limit = 128MCode: Select all
max_execution_time = 120
max_input_time = 240
memory_limit = 2048MCode: Select all
max_input_vars=100000Code: Select all
/etc/httpd/conf/httpd.confCode: Select all
LimitRequestLine 100000tgriep wrote:On larger devices, the PHP settings need to be increased.
Do this to increase the memory and timeout values that PHP uses, follow this procedure.
Edit the /etc/php.ini file and change the following fromtoCode: Select all
max_execution_time = 30 max_input_time = 60 memory_limit = 128Madd this to the bottom of that file (If it exists, increase it)Code: Select all
max_execution_time = 120 max_input_time = 240 memory_limit = 2048MSave the fileCode: Select all
max_input_vars=100000
Then edit this fileadd this to the bottom of that fileCode: Select all
/etc/httpd/conf/httpd.confSave the file and restart Apache for the changes to take affect.Code: Select all
LimitRequestLine 100000
service httpd restart
If the above variables have been changed already on the server to values larger than the examples, increase them further.
Run the wizard again and you should see all of the ports.