Stuck on - "Waiting for configuration verification"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Stuck on - "Waiting for configuration verification"

Post by pbroste »

Hello @solarisfire

Thanks for pinging on that, in collaboration with a colleague on this issue we want to get the following. Please PM me the output of these commands:

Code: Select all

strace -f -Tvvv su -s /bin/bash -c '/usr/local/nagiosxi/scripts/reconfigure_nagios.sh' nagios

Code: Select all

tail /var/log/cron

Code: Select all

echo "SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi');" | mysql -uroot -pnagiosxi --table

Code: Select all

mysql -uroot -pnagiosxi nagios -e 'show create table nagios_hoststatus; show create table nagios_servicestatus;'

Code: Select all

chage -l nagios

Code: Select all

grep "User \|Group " /etc/httpd/conf/httpd.conf

Code: Select all

grep nag /etc/group
Thanks,
Perry
Locked