I was surprised to see a lot of "red" ! Also surprised at the number of client connections.
Is there something that needs to be tweaked n the Nagios Database so that it performs better ? I'm running NagiosXI 5.3.4 with 24GB RAM - this is the my.cnf file
Code: Select all
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
#Added for Performance Tuning
tmp_table_size=524288000
max_heap_table_size=524288000
table_cache=768
wait_timeout=7800
query_cache_size = 12582912
query_cache_limit=80000
thread_cache_size = 4
join_buffer_size = 128K
#
#Added to allow Remote SQL Connections - FK 11/01/2017
port=3306
bind-address=x.x.x.x
#Skip DNS resolution
skip_name_resolve
#Added to allow more connections to MySQL- FK 11/01/2017
max_connections=200
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid