diff --git a/main.go b/main.go index e3eb135..8d3955b 100644 --- a/main.go +++ b/main.go @@ -50,6 +50,17 @@ func printVersion() { func startServer() { log.Infof("Starting bird exporter (Version: %s)\n", version) + http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { + w.Write([]byte(` +