next free exporter port is 9133

This commit is contained in:
Nils Decker
2016-03-02 17:13:04 +01:00
parent 72f05895c0
commit fa604c2e6b
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ Usage:
-gateway-port int
The URL of the upnp service (default 49000)
-listen-address string
The address to listen on for HTTP requests. (default ":9132")
The address to listen on for HTTP requests. (default ":9133")
-test
print all available metrics to stdout

View File

@@ -26,7 +26,7 @@ import (
var (
flag_test = flag.Bool("test", false, "print all available metrics to stdout")
flag_addr = flag.String("listen-address", ":9132", "The address to listen on for HTTP requests.")
flag_addr = flag.String("listen-address", ":9133", "The address to listen on for HTTP requests.")
flag_gateway_address = flag.String("gateway-address", "fritz.box", "The URL of the upnp service")
flag_gateway_port = flag.Int("gateway-port", 49000, "The URL of the upnp service")