From ad3221eee3503543fc016cfb566106899d37037d Mon Sep 17 00:00:00 2001 From: Paramadon Date: Thu, 26 Sep 2024 15:35:21 -0400 Subject: [PATCH] fixing dupe in readme --- plugins/inputs/procstat/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index 917444638ae8e..0c93868e97df7 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -60,14 +60,11 @@ Processes can be selected for monitoring using one of several methods: ## Properties to collect ## Available option "mmap" # properties = ["mmap"] - - ## Method to use when finding process IDs. Can be one of 'pgrep', or ## 'native'. The pgrep finder calls the pgrep executable in the PATH while ## the native finder performs the search directly in a manor dependent on the ## platform. Default is 'pgrep' # pid_finder = "pgrep" - ``` ### Windows support