mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-31 16:37:31 -08:00
Merge pull request #164 from brunoqc/patch-1
Fix flag name in textfile.go
This commit is contained in:
commit
7eb7917eea
|
@ -54,7 +54,7 @@ func NewTextFileCollector() (Collector, error) {
|
||||||
if c.path == "" {
|
if c.path == "" {
|
||||||
// This collector is enabled by default, so do not fail if
|
// This collector is enabled by default, so do not fail if
|
||||||
// the flag is not passed.
|
// the flag is not passed.
|
||||||
log.Infof("No directory specified, see --textfile.directory")
|
log.Infof("No directory specified, see --collector.textfile.directory")
|
||||||
} else {
|
} else {
|
||||||
prometheus.SetMetricFamilyInjectionHook(c.parseTextFiles)
|
prometheus.SetMetricFamilyInjectionHook(c.parseTextFiles)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue