Hello Team ,
Getting below error when tried to access nagios XI .Please let us know what kind of error is this and why such error is coming and how to troubleshoot it .
Please find the screenshot attached.
Connection failed message
Connection failed message
You do not have the required permissions to view the files attached to this post.
Re: Connection failed message
Hi,
Please run the below command on your XI command prompt as suggested:
Please follow the KB article below to increase Max Connection:
https://support.nagios.com/kb/article.php?id=513
Restart services:
Best Regards,
Vinh
Please run the below command on your XI command prompt as suggested:
Code: Select all
mysqladmin -uroot -pnagiosxi flush-hosts
https://support.nagios.com/kb/article.php?id=513
Restart services:
Code: Select all
systemctl restart mariadb
systemctl restart nagios
Vinh