mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
Separate prometheus port for rtrmon
This commit is contained in:
@@ -44,7 +44,7 @@ var (
|
||||
AppVersion = "RTRmon " + version + " " + buildinfos
|
||||
|
||||
OneOff = flag.Bool("oneoff", false, "dump as json and exits")
|
||||
Addr = flag.String("addr", ":9847", "Server address")
|
||||
Addr = flag.String("addr", ":9866", "Server address")
|
||||
MetricsPath = flag.String("metrics", "/metrics", "Metrics path")
|
||||
OutFile = flag.String("file", "diff.json", "Diff file (or URL path without /)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user