Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
revert http port back to 9064 to match dpservice config
Browse files Browse the repository at this point in the history
  • Loading branch information
vlorinc committed May 7, 2024
1 parent 55ee772 commit fa92e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {

flag.StringVar(&hostnameFlag, "hostname", "", "Hostname to use")
flag.IntVar(&pollIntervalFlag, "poll-interval", 20, "Polling interval in seconds")
flag.Uint64Var(&exporterPort, "port", 8080, "Port on which exporter will be running.")
flag.Uint64Var(&exporterPort, "port", 9064, "Port on which exporter will be running.")
flag.Parse()

if exporterPort < 1024 || exporterPort > 65535 {
Expand Down

0 comments on commit fa92e86

Please sign in to comment.