Page 1 of 1

Configuration Wizard: Network Switch / Router

Posted: Thu Sep 13, 2018 2:59 am
by fbjo
Hi.

When using the Configuration Wizard: Network Switch / Router. I discover 510 ports on a switch.
But after finishing, and going to "Core config manager", and allso the indexpage for the newly added switch. I only get 219 ports.

Do Nagios have limitations in number of ports. ?

Re: Configuration Wizard: Network Switch / Router

Posted: Thu Sep 13, 2018 8:04 am
by scottwilkerson
This is likely a limit in the php defaults.

edit /etc/php.ini and add the following to the bottom of the file

Code: Select all

max_input_vars=10000
then restart httpd

Now you should be able to submit switched up to about 2000 ports

Re: Configuration Wizard: Network Switch / Router

Posted: Mon Sep 17, 2018 3:22 am
by fbjo
Yes it was php.ini settings.
Now I see all ports

Re: Configuration Wizard: Network Switch / Router

Posted: Mon Sep 17, 2018 7:10 am
by scottwilkerson
fbjo wrote:Yes it was php.ini settings.
Now I see all ports
Great!!

Locking thread