Update flag description.
This commit is contained in:
parent
e7d568551f
commit
8b07793b10
@ -21,7 +21,7 @@ import (
|
||||
|
||||
var (
|
||||
addr = flag.String("addr", "localhost:9999", "HTTP listen address for prometheus /metrics")
|
||||
host = flag.String("host", "localhost:22", "host:port to scp from")
|
||||
host = flag.String("host", "localhost:22", "host:port log into and scrape")
|
||||
refreshInterval = flag.Duration("refresh", 5*time.Minute, "refresh interval time")
|
||||
user = flag.String("user", os.Getenv("USER"), "ssh user")
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user