Page 1 of 1

event que question.

Posted: Wed Sep 22, 2021 5:25 pm
by benhank
I don't think my event que is working right:
Capture2.PNG
how can I test this?
Im running xi 5.8.6

Re: envent que question.

Posted: Thu Sep 23, 2021 12:48 pm
by benhank
all set you can lock it up!
Thanks Tgriep!
solved it:

Code: Select all

/usr/local/nagiosxi/tools/mysql_tune.sh




Edit /etc/my.cnf
Under the [mysqld] section add the following setting:
max_connections = 1000
open_files_limit  =  4096
Save the file and restart Mariadb by running the following.
service mariadb restart

Re: event que question.

Posted: Thu Sep 23, 2021 2:40 pm
by benjaminsmith
all set you can lock it up!
Thanks Tgriep!
Thanks Ben! We'll lock this one up.