aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorRasmus Dahlberg <rgdd@glasklarteknik.se>2025-03-02 11:21:12 +0100
committerRasmus Dahlberg <rgdd@glasklarteknik.se>2025-03-02 11:28:44 +0100
commit48bb0066e511f2fc9288391d8c5159d8a604e879 (patch)
treec7103e3f235a8cd7c4c3d93fc818f06dde151ef0 /cmd
parent8a17817c61f14a727a1017a5bcd4b1ea82964528 (diff)
cmd/silentct-mon: Clarify -m option
Part of #21, thanks vexelnet!
Diffstat (limited to 'cmd')
-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)