aboutsummaryrefslogtreecommitdiff
path: root/cmd/silentct-mon/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/silentct-mon/main.go')
-rw-r--r--cmd/silentct-mon/main.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/cmd/silentct-mon/main.go b/cmd/silentct-mon/main.go
index 24a4d03..b8fb912 100644
--- a/cmd/silentct-mon/main.go
+++ b/cmd/silentct-mon/main.go
@@ -31,9 +31,6 @@ can operate silently, which means there need not be any output unless a
certificate is possibly mis-issued. This requires use of the silentct-mac
utility on the trusted systems that legitimately request certificates.
-The same list of Certificate Transparency logs as Google Chrome is used. This
-list can be overridden in the silentct-mon configuration file.
-
Usage: silentct-mon [Options] -c CONFIGURATION-FILE -d DIRECTORY
Options:
@@ -46,7 +43,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)