Configuration Wizard: Network Switch / Router

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fbjo
Posts: 2
Joined: Thu Sep 13, 2018 2:25 am

Configuration Wizard: Network Switch / Router

Post 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. ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration Wizard: Network Switch / Router

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
fbjo
Posts: 2
Joined: Thu Sep 13, 2018 2:25 am

Re: Configuration Wizard: Network Switch / Router

Post by fbjo »

Yes it was php.ini settings.
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

Post by scottwilkerson »

fbjo wrote:Yes it was php.ini settings.
Now I see all ports
Great!!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked