mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
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:
parent
b1d58fc8aa
commit
0bc9445eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue