Hi,
Hope you are doing good!! ...

I'm very sorry that you have to experience this.
Usually, the issue with apply config is mostly related to database issue and config files not correctly defined.
In this case, I think it is related to database since it is hanging when you do Apply Configuration.
Please make sure your database is running, I assumed that your DB is local on your Nagios XI.
To check if database is running:
Please also check the "/var/log/mariadb/mariadb.log" and see if there is any database issue.
Please run these commands on your Nagios XI machine as "root" to fix the database:
Code: Select all
/usr/local/nagiosxi/scripts/repair_databases.sh
rm -f /usr/local/nagiosxi/var/dbmaint.lock
php /usr/local/nagiosxi/cron/dbmaint.php
Now, we will try to fix the Apply Config issue:
Code: Select all
/usr/local/nagiosxi/scripts/reconfigure_nagios.sh
rm -f /usr/local/nagios/etc/import/*
Now, please open the Nagios XI GUI > Configure > Core Config Manager > Config File Management
Now, please click "Delete Files"
Please click "Write Configs"
Please click "Verify Files"
Now, please do "Apply Configure" at the upper left corner of the left panel.
Now, please try the Apply Configuration again.
Best Regards,
Vinh