@adrian.calvert@drivef , please try the following:
1. Retrieve the
rrd_api_auth_token from the Monitoring database:
Code:
sqlite3 /usr/local/psa/var/modules/monitoring/monitoring.sqlite3 "SELECT value FROM params WHERE name = 'rrd_api_auth_token'"
2. Enable Grafana superadmin access by
adding the following lines to panel.ini:
Code:
[ext-grafana]
allowSuperAdmin = true
3. Navigate to Grafana, hover over the admin username, and click Sign out. Grafana will sign out and back in automatically.
4. In Plesk, go to Monitoring > Connections > Data sources and update the data source URL to:
Code:
http://127.0.0.1:8880/modules/monitoring/public/index.php/<rrd_api_auth_token>
(From step 1)