Skip to navigationSkip to main contentSkip to footerScaleway DocsAsk our AI
Ask our AI

Missing memory and GPU metrics on the Cockpit dashboard

Problem

The memory pane in the Instance Overview dashboard or the Instance GPUs dashboard do not display any metrics.

Symptoms

  • No metrics are displayed in the Instance Overview Cockpit dashboard.
  • No GPU metrics appear in the Instances GPUs Cockpit dashboard (for offers with GPUs only)

Cause

The scaleway-vmagent service is either:

  • Not installed on the instance, or
  • Not running properly.
Important

The scaleway-vmagent is necessary to collect and report some system metrics (including memory and GPU usage) to the Cockpit Instance dashboards.

Solution

  • Verify that the scaleway-vmagent service is running and enabled:

    systemctl status scaleway-vmagent
  • If missing, install the scaleway-vmagent package:

    For Ubuntu: Check that the Scaleway PPA is added before installing:

    sudo add-apt-repository ppa:scaleway/stable
    sudo apt update
    sudo apt install scaleway-vmagent

    For RHEL-based distributions: check that the Scaleway COPR repository is enabled before installing:

    dnf copr enable @scaleway/instance
    dnf install scaleway-vmagent
Note

On RHEL, services are not started after install. You may either start scaleway-vmagent manually, or wait for the next boot.

Once the service is running, metrics should begin appearing in the Cockpit dashboards within a few minutes.

Still need help?

Create a support ticket
No Results