Page 3 of 3

Re: Stuck on - "Waiting for configuration verification"

Posted: Tue Jan 25, 2022 12:10 pm
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