Symptoms
- Plesk Obsidian running on a Debian-based operating system
- The Grafana extension and the Monitoring extension in Plesk show the following error once opened:
Dashboard not found
Cause
Grafana's installation is corrupted and this prevents the Grafana and Monitoring extensions in Plesk from working as expected, because they both depend on Grafana being operational.
Resolution
-
Connect to the server via SSH
-
Remove the Grafana extension:
# plesk bin extension --uninstall grafana
-
Remove the Monitoring extension by executing the following command:
# plesk bin extension --uninstall monitoring
-
Remove Grafana left-over files by executing the following command:
# apt-get remove grafana && rm -rf /usr/share/grafana /etc/grafana /var/lib/grafana
-
Reinstall both extensions in this order:
# plesk bin extension --install grafana
# plesk bin extension --install monitoring