From cf64bbe1ce89876fdf9cfed973496d23f8748224 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 1 Jun 2015 18:36:11 +0200 Subject: [PATCH] Add links to configuration change notice. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ff429867a..a739e00dc 100644 --- a/main.go +++ b/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 }