Skip to content

Commit d15b2f0

Browse files
fixup vmagent indentation
Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent b71935e commit d15b2f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages/instances/troubleshooting/filling-memory-and-gpu-metrics-on-the-cockpit-dashboard.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,18 @@ The scaleway-vmagent service is either:
2727
```bash
2828
systemctl status scaleway-vmagent
2929
```
30-
- if missing install the `scaleway-vmagent` package:
30+
- if missing, install the `scaleway-vmagent` package:
31+
3132
For Ubuntu: Check that the [Scaleway PPA ](https://launchpad.net/~scaleway/+archive/ubuntu/stable) is present before installing:
33+
3234
```bash
3335
sudo add-apt-repository ppa:scaleway/stable
3436
sudo apt update
3537
sudo apt install scaleway-vmagent
36-
38+
```
39+
3740
For RHEL-based distributions: check that the [Scaleway COPR repository](https://copr.fedorainfracloud.org/coprs/g/scaleway/stable/) before installing:
41+
3842
```
3943
dnf copr enable @scaleway/instance
4044
dnf install scaleway-vmagent

0 commit comments

Comments
 (0)