NagiosXI itself monitored alert ...
NagiosXI itself monitored alert ...
NagiosXI itself monitored alert(see attachment), what could be the problem?
You do not have the required permissions to view the files attached to this post.
Re: NagiosXI itself monitored alert ...
attachment is updated screenshot.
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: NagiosXI itself monitored alert ...
It looks like there were too many mysql connections.
You can increase the number allowed safely to about 500 by adding the following to your /etc/my.cnf under [mysqld]
Then restart mysql or mariadb whichever your server has
You can increase the number allowed safely to about 500 by adding the following to your /etc/my.cnf under [mysqld]
Code: Select all
max-connections=500