aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/silentct-mon/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/silentct-mon/main.go b/cmd/silentct-mon/main.go
index 24a4d03..c8e1f8a 100644
--- a/cmd/silentct-mon/main.go
+++ b/cmd/silentct-mon/main.go
@@ -46,7 +46,8 @@ Options:
-e, --please-exit Toggle to only run until up-to-date (Default: false)
-f, --force Override santity checks that may not be fatal (Default: false)
-o, --output-file File that all output will be written to (Default: stdout)
- -m, --metrics-at Host address to serve /metrics on (Default: disabled)
+ -m, --metrics-at Host address to serve the Prometheus metrics endpoint
+ "/metrics" on, e.g., "localhost:12345" (Default: disabled)
-p, --pull-interval How often nodes are pulled for certificates (Default: 15m)
-v, --verbosity Leveled logging output (default: NOTICE)
-w, --num-workers Number of parallel workers to fetch each log with (Default: 1)