Nagvis problem while ajax transaction ...
Nagvis problem while ajax transaction ...
when using Nagvis, sometimes it will popup "problem while ajax transaction. is the nagvis host reachable", what could be the problem and how to fix that?
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagvis problem while ajax transaction ...
this could happen for several reasons, possibly hitting max mysql connections which could cause httpd threads to stick.
this would be easy to test.
edit /etc/my.cnf
under
add
then restart mysqld
this would be easy to test.
edit /etc/my.cnf
under
Code: Select all
[mysqld]Code: Select all
max_connections=500
Code: Select all
service mysqld restartRe: Nagvis problem while ajax transaction ...
Hi Scott,
After testing, it failed to restart mysqld?
After testing, it failed to restart mysqld?
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagvis problem while ajax transaction ...
it may be mariadb on our system
Code: Select all
systemctl restart mariadb