[infra] Remind about needing to also enable node-exporter
This commit is contained in:
parent
1874053004
commit
5841aefb75
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue