Fix procstat plugin README to match sample config (#9553)
This commit is contained in:
parent
8d2b1e8dc1
commit
126825d944
|
|
@ -28,7 +28,7 @@ Processes can be selected for monitoring using one of several methods:
|
||||||
# user = "nginx"
|
# user = "nginx"
|
||||||
## Systemd unit name, supports globs when include_systemd_children is set to true
|
## Systemd unit name, supports globs when include_systemd_children is set to true
|
||||||
# systemd_unit = "nginx.service"
|
# systemd_unit = "nginx.service"
|
||||||
# systemd_all = true
|
# include_systemd_children = false
|
||||||
## CGroup name or path
|
## CGroup name or path
|
||||||
# cgroup = "systemd/system.slice/nginx.service"
|
# cgroup = "systemd/system.slice/nginx.service"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue