fix(inputs.processes): Comment out default option (#13762)

This commit is contained in:
Joshua Powers 2023-08-14 15:33:44 -06:00 committed by GitHub
parent 5661341813
commit bbc632212e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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