Skip to content

Commit 6275298

Browse files
committed
sane default for host
1 parent 954b241 commit 6275298

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ password: oneadmin
2727
# frequency to retrieve metrics in seconds. defaults to 60.
2828
# interval: 60
2929

30-
# FQDN and port to run the exporter on
31-
host: frontend.server.com
30+
# host and port to run the exporter on
31+
host: 0.0.0.0
3232
port: 9621
3333

3434
# exporter uri to publish on. defaults to /metrics

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ password: oneadmin
1111
# frequency to retrieve metrics in seconds. defaults to 60.
1212
# interval: 60
1313

14-
# FQDN and port to run the exporter on
14+
# host and port to run the exporter on
1515
host: 0.0.0.0
1616
port: 9621
1717

0 commit comments

Comments
 (0)