[infra] Remind about needing to also enable node-exporter

This commit is contained in:
Manav Rathi 2024-03-15 13:06:07 +05:30
parent 1874053004
commit 5841aefb75
No known key found for this signature in database

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
```