Plesk

Advanced Monitoring shows the following error in Plesk on Ubuntu 18/Debian 9: The tab content cannot be loaded because the Grafana service is stopped

Symptoms

Cause

The issue is caused by the Grafana bug in the new package version 8.2.0: https://github.com/grafana/grafana/issues/40162.

It has been fixed in the version 8.2.1.

Resolution

Update Grafana packages to fix the issue:

  1. Log into Plesk.

  2. Go to Tools & Settings > Server Management section > System Updates and click Recheck Now.

  3. Once updates are detected, click Update all.

    Note: if no available updates are detected, check the grafana version package in Tools & Settings > Server Management section > System Updates > All Packages. If Grafana version is 8.2.1 - no additional actions are required.

Solution via SSH

  1. Connect to the server via SSH.

  2. Execute the command below to update grafana to the latest version:

    # apt-get update && apt-get install grafana