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

Add links to configuration change notice.
This commit is contained in:
Fabian Reinartz 2015-06-01 18:38:25 +02:00
commit b8b9a6a472

View file

@ -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
}