From c999bdead2777449742b616d064ee2fbe2f9b633 Mon Sep 17 00:00:00 2001 From: Ranjib Dey Date: Mon, 5 Oct 2015 15:45:40 -0700 Subject: [PATCH] fix typo in sample config --- plugins/procstat/procstat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/procstat/procstat.go b/plugins/procstat/procstat.go index df7c3c84b..0216a39e5 100644 --- a/plugins/procstat/procstat.go +++ b/plugins/procstat/procstat.go @@ -26,7 +26,7 @@ func NewProcstat() *Procstat { } var sampleConfig = ` - [[process.specifications]] + [[procstat.specifications]] # pid file pid_file = "/path/to/foo.pid" # executable name (used by pgrep)