Can you run the following as root on the Nagios server
Code: Select all
tail -f /usr/local/nagiosxi/var/cmdsubsys.logCode: Select all
tail -f /usr/local/nagiosxi/var/cmdsubsys.logCode: Select all
php -i >/tmp/info.txt
mysql -V >>/tmp/info.txt
tail -50 /var/log/mysqld.log >>/tmp/info.txt
ps -ef --cols=300 >>/tmp/info.txtCode: Select all
service nagios stop
service ndo2db stop
service crond stop
service mysqld stop
pkill -u mysql
service mysqld start
service ndo2db start
service crond start
service httpd restart
service nagios startWe haven't seen any load figures, so it's impossible to say.pratik.patel wrote:my server was very slow due to load.
correct me if I am wrong.