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. ?
Configuration Wizard: Network Switch / Router
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Configuration Wizard: Network Switch / Router
This is likely a limit in the php defaults.
edit /etc/php.ini and add the following to the bottom of the file
then restart httpd
Now you should be able to submit switched up to about 2000 ports
edit /etc/php.ini and add the following to the bottom of the file
Code: Select all
max_input_vars=10000Now you should be able to submit switched up to about 2000 ports
Re: Configuration Wizard: Network Switch / Router
Yes it was php.ini settings.
Now I see all ports
Now I see all ports
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Configuration Wizard: Network Switch / Router
Great!!fbjo wrote:Yes it was php.ini settings.
Now I see all ports
Locking thread