fix(*): start probes server on ':44135' (currently ':44134')

pull/796/head
fibonacci1729 9 years ago
parent 3f53ee29bf
commit 3420096fc9

@ -68,7 +68,7 @@ func start(c *cobra.Command, args []string) {
go func() { go func() {
mux := newProbesMux() mux := newProbesMux()
if err := http.ListenAndServe(addr, mux); err != nil { if err := http.ListenAndServe(probe, mux); err != nil {
probeErrCh <- err probeErrCh <- err
} }
}() }()

Loading…
Cancel
Save