Nagvis problem while ajax transaction ...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Nagvis problem while ajax transaction ...

Post by xpertech »

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 ...

Post by scottwilkerson »

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

Code: Select all

[mysqld]
add

Code: Select all

max_connections=500
then restart mysqld

Code: Select all

service mysqld restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Re: Nagvis problem while ajax transaction ...

Post by xpertech »

Hi Scott,

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 ...

Post by scottwilkerson »

it may be mariadb on our system

Code: Select all

systemctl restart mariadb
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked