Page 1 of 1

Bulk host cloning and import not working

Posted: Wed Jul 28, 2021 6:49 am
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

Re: Bulk host cloning and import not working

Posted: Wed Jul 28, 2021 9:10 am
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 .

Re: Bulk host cloning and import not working

Posted: Wed Jul 28, 2021 3:13 pm
by gsmith
Hi

What OS are you running?

Thanks

Re: Bulk host cloning and import not working

Posted: Thu Jul 29, 2021 9:42 am
by deek
OS is linux

Re: Bulk host cloning and import not working

Posted: Thu Jul 29, 2021 9:52 am
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

Re: Bulk host cloning and import not working

Posted: Tue Aug 03, 2021 4:13 am
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