From 0687676fb6973e58079f3ec28a4fc0b694ad8598 Mon Sep 17 00:00:00 2001 From: Paramadon Date: Thu, 26 Sep 2024 15:34:48 -0400 Subject: [PATCH] fixing dupe in readme --- plugins/inputs/procstat/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index 2e37fd4fb89fb..917444638ae8e 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -60,8 +60,7 @@ Processes can be selected for monitoring using one of several methods: ## Properties to collect ## Available option "mmap" # properties = ["mmap"] - ## Available options are "cpu", "limits", "memory", "mmap" - # properties = ["cpu", "limits", "memory", "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