Bulk host cloning and import not working

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Bulk host cloning and import not working

Post by deek »

Hello Team ,

The configuration wizard Bulk Host cloning and import is not working all of a sudden . We see a blank white page when we click on the icon .
Could you help us on this . We are using Nagios 5.6.7 version .
Capture_nagios.PNG
Thanks ,
Deek
You do not have the required permissions to view the files attached to this post.
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: Bulk host cloning and import not working

Post by deek »

And also we have another issue .
When we click on create new BPI group under BPI we see a blank page . Please suggest what can be done here .
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Bulk host cloning and import not working

Post by gsmith »

Hi

What OS are you running?

Thanks
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: Bulk host cloning and import not working

Post by deek »

OS is linux
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Bulk host cloning and import not working

Post by gsmith »

Hi,

Please run the following commands and send me the output:

Code: Select all

sudo cat /etc/os-release
sudo lsb_release -a
sudo hostnamectl
sudo uname -r

Thank you
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: Bulk host cloning and import not working

Post by deek »

We got it fixed . We modified some values in the php.ini file and it worked .
max_input_vars = 50000

memory_limit = 1024M

max_execution_time = 900

max_input_time = 900
Locked