[infra] Remind about needing to also enable node-exporter (#1113)

This commit is contained in:
Manav Rathi 2024-03-15 13:06:56 +05:30 committed by GitHub
commit d488924f78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,6 @@ automatically start on boot going forward), and start them.
```sh
sudo systemctl daemon-reload
sudo systemctl enable node-exporter prometheus
sudo systemctl start node-exporter prometheus
sudo systemctl enable --now node-exporter
sudo systemctl enable --now prometheus
```