How to fix CloudLinux Lvestats when they stop working?
Run the following command from an SSH session;
service lvestats stop;killall -9 lvestats-server;rm -rf /var/lve/lveinfo.db;service lvestats start
If you receive a sqlite error, then run:
yum reinstall sqlite3
And then run first command again.