fix typo in sample config
This commit is contained in:
parent
14f5660512
commit
c999bdead2
|
@ -26,7 +26,7 @@ func NewProcstat() *Procstat {
|
||||||
}
|
}
|
||||||
|
|
||||||
var sampleConfig = `
|
var sampleConfig = `
|
||||||
[[process.specifications]]
|
[[procstat.specifications]]
|
||||||
# pid file
|
# pid file
|
||||||
pid_file = "/path/to/foo.pid"
|
pid_file = "/path/to/foo.pid"
|
||||||
# executable name (used by pgrep)
|
# executable name (used by pgrep)
|
||||||
|
|
Loading…
Reference in New Issue