It went through the Delete Files and Write Configs just fine. However, when I did a Verify Files it showed a blank pink box just like when I Apply Configuration and ask to see the errrors. I have attached a screenshot. Also, attached screenshots of the commands you requested and the debug file.lmiltchev wrote:Do you see any config errors when go to the CCM > Tools > Config File Management, and click on the following buttons in the exact same order: Delete Files, Write Configs, and Verify Files?
If you don't see any errors, try to apply configuration. If this still fails, run the following commands, and show the output:
Also, start a running tail on the cmdsubsys.log, and redirect the output to a text file:Code: Select all
chage -l nagios chage -l apache sestatus ls -la /usr/local/nagiosxi/scripts/nagiosql*While the tail is running, apply configuration in the web UI. When this is done (you see an error in the web UI), go back to the terminal, and stop the tail by pressing "Ctrl + c". Next, post the "debug.txt" file that was generated in the "/tmp" directory.Code: Select all
tail -f /usr/local/nagiosxi/var/cmdsubsys.log &> /tmp/debug.txt
Thank you.