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 OverviewCockpit dashboard. - No GPU metrics appear in the
Instances GPUsCockpit dashboard (for offers with GPUs only)
Cause
The scaleway-vmagent service is either:
- Not installed on the instance, or
- Not running properly.
Solution
-
Verify that the
scaleway-vmagentservice is running and enabled:systemctl status scaleway-vmagent -
If missing, install the
scaleway-vmagentpackage: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-vmagentFor RHEL-based distributions: check that the Scaleway COPR repository is enabled before installing:
dnf copr enable @scaleway/instance dnf install scaleway-vmagent
Once the service is running, metrics should begin appearing in the Cockpit dashboards within a few minutes.
Still need help?Create a support ticket