Re: Stuck on - "Waiting for configuration verification"
Posted: Tue Jan 25, 2022 12:10 pm
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:
Thanks,
Perry
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' nagiosCode: Select all
tail /var/log/cronCode: 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 --tableCode: Select all
mysql -uroot -pnagiosxi nagios -e 'show create table nagios_hoststatus; show create table nagios_servicestatus;'Code: Select all
chage -l nagiosCode: Select all
grep "User \|Group " /etc/httpd/conf/httpd.confCode: Select all
grep nag /etc/groupPerry