Browse Source

Merge pull request #760 from prometheus/config-change-notice

Add links to configuration change notice.
pull/759/head
Fabian Reinartz 10 years ago
parent
commit
b8b9a6a472
  1. 2
      main.go

2
main.go

@ -222,7 +222,7 @@ func (p *prometheus) reloadConfig() bool {
conf, err := config.LoadFromFile(*configFile)
if err != nil {
log.Errorf("Couldn't load configuration (-config.file=%s): %v", *configFile, err)
log.Errorf("Note: The configuration format has changed with version 0.14, please check the documentation.")
log.Errorf("Note: The configuration format has changed with version 0.14. Please see the documentation (http://prometheus.io/docs/operating/configuration/) and the provided configuration migration tool (https://github.com/prometheus/migrate).")
return false
}

Loading…
Cancel
Save