fix(inputs.processes): Comment out default option (#13762)
This commit is contained in:
parent
5661341813
commit
bbc632212e
|
|
@ -25,7 +25,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
[[inputs.processes]]
|
||||
## Use sudo to run ps command on *BSD systems. Linux systems will read
|
||||
## /proc, so this does not apply there.
|
||||
use_sudo = false
|
||||
# use_sudo = false
|
||||
```
|
||||
|
||||
Another possible configuration is to define an alternative path for resolving
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
[[inputs.processes]]
|
||||
## Use sudo to run ps command on *BSD systems. Linux systems will read
|
||||
## /proc, so this does not apply there.
|
||||
use_sudo = false
|
||||
# use_sudo = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue