Skip to content

Commit

Permalink
Move port to the reserved one
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranza committed May 7, 2018
1 parent d85c06d commit bb5b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad-exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func main() {
showVersion = flag.Bool(
"version", false, "Print version information.")
listenAddress = flag.String(
"web.listen-address", ":9172", "Address to listen on for web interface and telemetry.")
"web.listen-address", ":9441", "Address to listen on for web interface and telemetry.")
metricsPath = flag.String(
"web.telemetry-path", "/metrics", "Path under which to expose metrics.")
nomadServer = flag.String(
Expand Down

0 comments on commit bb5b761

Please sign in to comment.