Code: Select all
service mysqld stop
for file in `ls /var/lib/mysql/nagios/ | grep "MYI"`; do myisamchk -r -f /var/lib/mysql/nagios/$file; done
service mysqld start
Since then (October 9) they have had no performance data. I cannot log in directly to their Nagios server as they are on a restricted network, but they will type whatever commands I ask them to as root.
Any thoughts on what might have happened or how to get performance data back?