Skip to content

Commit

Permalink
update invalid exporter name
Browse files Browse the repository at this point in the history
  • Loading branch information
peekjef72 authored and mjtrangoni committed Apr 22, 2023
1 parent 695e470 commit 1858760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flexlm_exporter.go
Expand Up @@ -206,9 +206,9 @@ func main() {
http.Handle(*metricsPath, newHandler(!*disableExporterMetrics, *configPath, *maxRequests, logger))
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
w.Write([]byte(`<html>
<head><title>Node Exporter</title></head>
<head><title>FLEXlm Exporter</title></head>
<body>
<h1>Node Exporter</h1>
<h1>FLEXlm Exporter</h1>
<p><a href="` + *metricsPath + `">Metrics</a></p>
</body>
</html>`))
Expand Down

0 comments on commit 1858760

Please sign in to comment.