From 126825d94463ea678fdce345eb38ea4e3354ad24 Mon Sep 17 00:00:00 2001 From: Sebastian Spaink <3441183+sspaink@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:22:37 -0500 Subject: [PATCH] Fix procstat plugin README to match sample config (#9553) --- plugins/inputs/procstat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index 9e573be52..f0b985860 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -28,7 +28,7 @@ Processes can be selected for monitoring using one of several methods: # user = "nginx" ## Systemd unit name, supports globs when include_systemd_children is set to true # systemd_unit = "nginx.service" - # systemd_all = true + # include_systemd_children = false ## CGroup name or path # cgroup = "systemd/system.slice/nginx.service"