Skip to content

Commit 98b71e2

Browse files
committed
changed port to 9621
1 parent 7be1270 commit 98b71e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ password: oneadmin
2929

3030
# FQDN and port to run the exporter on
3131
host: frontend.server.com
32-
port: 9615
32+
port: 9621
3333

3434
# exporter uri to publish on. defaults to /metrics
3535
# path: /metrics

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ password: oneadmin
1313

1414
# FQDN and port to run the exporter on
1515
host: frontend.server.com
16-
port: 9615
16+
port: 9621
1717

1818
# exporter uri to publish on. defaults to /metrics
1919
# path: /metrics

one_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func newConfig(fileName string, logger log.Logger) config {
122122
viper.SetDefault("endpoint", "") // "" will be set to "http://localhost:2633/RPC2" by goca
123123
viper.SetDefault("interval", 60)
124124
viper.SetDefault("path", "/metrics")
125-
viper.SetDefault("port", 9615)
125+
viper.SetDefault("port", 9621)
126126

127127

128128
viper.SetConfigType("yaml")

0 commit comments

Comments
 (0)