Skip to content

Commit

Permalink
Update default port the exporter binds to
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuzner committed Apr 5, 2018
1 parent 2ca9014 commit bacf521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdo_exporter.py
Expand Up @@ -98,7 +98,7 @@ def get_opts():
parser.add_argument('--debug', action="store_true",
default=False)
parser.add_argument('--port', type=valid_tcp_port,
default=9285)
default=9286)
parser.add_argument('--ip', type=valid_ipv4,
default='0.0.0.0')
parser.add_argument('--quiet', action="store_true",
Expand Down

0 comments on commit bacf521

Please sign in to comment.