From bbc632212eca9f3364f0b630e71b19abf18dc732 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 14 Aug 2023 15:33:44 -0600 Subject: [PATCH] fix(inputs.processes): Comment out default option (#13762) --- plugins/inputs/processes/README.md | 2 +- plugins/inputs/processes/sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/processes/README.md b/plugins/inputs/processes/README.md index d46826aff..ad2f37d8c 100644 --- a/plugins/inputs/processes/README.md +++ b/plugins/inputs/processes/README.md @@ -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 diff --git a/plugins/inputs/processes/sample.conf b/plugins/inputs/processes/sample.conf index 8d566508f..35f435d73 100644 --- a/plugins/inputs/processes/sample.conf +++ b/plugins/inputs/processes/sample.conf @@ -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