fix(docs): correct --enable-host=false to --disable-host in agent docs (#1299)

The installer uses --disable-host as a separate flag, not --enable-host=false.
This commit is contained in:
rcourtman 2026-02-27 20:40:22 +00:00
parent b1d58fc8aa
commit 0bc9445eb8

View file

@ -140,7 +140,7 @@ curl -fsSL http://<pulse-ip>:7655/install.sh | \
### Docker Monitoring Only
```bash
curl -fsSL http://<pulse-ip>:7655/install.sh | \
bash -s -- --url http://<pulse-ip>:7655 --token <token> --enable-host=false --enable-docker
bash -s -- --url http://<pulse-ip>:7655 --token <token> --disable-host --enable-docker
```
### Exclude Specific Disks from Monitoring