mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
fix(docs): correct remaining --enable-*=false flags in agent docs (#1299)
All --enable-docker=false, --enable-kubernetes=false, --enable-proxmox=false references replaced with --disable-docker, --disable-kubernetes, --disable-proxmox.
This commit is contained in:
parent
0bc9445eb8
commit
29a6335905
1 changed files with 4 additions and 4 deletions
|
|
@ -107,9 +107,9 @@ Auto-detection behavior:
|
|||
|
||||
To disable auto-detection, explicitly set the relevant flags or env vars, for example:
|
||||
|
||||
- `--enable-docker=false` or `PULSE_ENABLE_DOCKER=false`
|
||||
- `--enable-kubernetes=false` or `PULSE_ENABLE_KUBERNETES=false`
|
||||
- `--enable-proxmox=false` or `PULSE_ENABLE_PROXMOX=false`
|
||||
- `--disable-docker` or `PULSE_ENABLE_DOCKER=false`
|
||||
- `--disable-kubernetes` or `PULSE_ENABLE_KUBERNETES=false`
|
||||
- `--disable-proxmox` or `PULSE_ENABLE_PROXMOX=false`
|
||||
|
||||
## Installation Options
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ curl -fsSL http://<pulse-ip>:7655/install.sh | \
|
|||
### Disable Docker (even if detected)
|
||||
```bash
|
||||
curl -fsSL http://<pulse-ip>:7655/install.sh | \
|
||||
bash -s -- --url http://<pulse-ip>:7655 --token <token> --enable-docker=false
|
||||
bash -s -- --url http://<pulse-ip>:7655 --token <token> --disable-docker
|
||||
```
|
||||
|
||||
### Host + Kubernetes Monitoring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue