Page 1 of 1

NagiosXI itself monitored alert ...

Posted: Tue Dec 31, 2019 10:19 pm
by xpertech
NagiosXI itself monitored alert(see attachment), what could be the problem?

Re: NagiosXI itself monitored alert ...

Posted: Wed Jan 01, 2020 10:09 pm
by xpertech
attachment is updated screenshot.

Re: NagiosXI itself monitored alert ...

Posted: Thu Jan 02, 2020 8:18 am
by scottwilkerson
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]

Code: Select all

max-connections=500
Then restart mysql or mariadb whichever your server has