I sent you a Private Message with a patch we would like you to try to see if it fixes the issues.
Post back here the results.
Thanks.
After removing acknowledgment its not showing in GUI
Re: After removing acknowledgment its not showing in GUI
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: After removing acknowledgment its not showing in GUI
No luck after executing the above SQL commands and applied the patch. Accessing the GUI is terrible slow and it taking 3-4 min of time for loading.
I sent you the profile in PM for reference.
Can you please provide us the solution for this or provide me the steps to downgrade the Nagios XI to 5.6.14/12 version.
I sent you the profile in PM for reference.
Can you please provide us the solution for this or provide me the steps to downgrade the Nagios XI to 5.6.14/12 version.
Re: After removing acknowledgment its not showing in GUI
Edit the /usr/local/nagios/etc/nagios.cfg file.
Comment out the old broker line by changing it from
to
Change the new broker line from
to
Save the file and then restart nagios.
Does that fix the issues?
Comment out the old broker line by changing it from
Code: Select all
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfgCode: Select all
#broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfgCode: Select all
#broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfgCode: Select all
broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfgCode: Select all
service nagios restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: After removing acknowledgment its not showing in GUI
Hi,
I tried the commented on the old broker line and uncomment the new broker line and restarted the Nagios as per your suggestion, still the same. GUI is very slow and taking time to load the page and not able to test the workflow via GUI.
I tried the commented on the old broker line and uncomment the new broker line and restarted the Nagios as per your suggestion, still the same. GUI is very slow and taking time to load the page and not able to test the workflow via GUI.
Re: After removing acknowledgment its not showing in GUI
Put back the new broker line and restart nagios.
Wait for 5 to 10 minutes, and get the /usr/local/nagios/var/nagios.log file and post it here.
Put back the old broker line and restart nagios.
Thanks.
Wait for 5 to 10 minutes, and get the /usr/local/nagios/var/nagios.log file and post it here.
Put back the old broker line and restart nagios.
Thanks.
Be sure to check out our Knowledgebase for helpful articles and solutions!