projects
/
blackbox_exporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbcca3
)
Fix typo
author
Timo Zingel
<lord-spam@exigen.org>
Tue, 2 Feb 2016 20:47:14 +0000
(21:47 +0100)
committer
Timo Zingel
<lord-spam@exigen.org>
Tue, 2 Feb 2016 20:47:14 +0000
(21:47 +0100)
main.go
patch
|
blob
|
blame
|
history
diff --git
a/main.go
b/main.go
index b5ae316582fbf2bf9a724f46c643252432a0b5c8..7ffdc1949f9006605e680dd727af564d42f3ce30 100644
(file)
--- a/
main.go
+++ b/
main.go
@@
-66,7
+66,7
@@
func probeHandler(w http.ResponseWriter, r *http.Request, config *Config) {
return
}
if moduleName == "" {
- moduleName = "http2xx"
+ moduleName = "http
_
2xx"
}
module, ok := config.Modules[moduleName]
if !ok {