Hi,
The first step is to install Longview as you usually do -
curl -s
https://lv.linode.com/YOUR-API-KEY-HERE | sudo bash
It will automatically configure for you. But this will install an older unsupported Cpanel version of Linode, this version doesn't seem to have a driver that works for the MySQL reporting. To resolve this issue -
Uninstall the old Cpanel version of Longview as below -
yum remove linode-longview-cpanel-1.1-3
Now install latest version -
yum install linode-longview
Check for your API key that has been stored from initial installation as below -
nano /etc/linode/longview.key
Then configure the MySQL service -
nano /etc/linode/longview.d/MySQL.conf
Enter the Mysql User / pass you created into this file: (remove or comment out any other details here)
username ----------------
password -----------------
Now save the file and restart Longview.
Please let me know if this works.
Regards,
EmmaT