From d8e0b9c937dc974fef7484db3f85fabfe9272d7d Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 4 Jan 2025 14:22:20 +0100 Subject: prometheus: Add basic metrics for alerting - Detect if we're falling behind while downloading - Detect if there are any found certificates alerting --- integration/smoke-test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'integration') diff --git a/integration/smoke-test b/integration/smoke-test index 4d92478..a128592 100755 --- a/integration/smoke-test +++ b/integration/smoke-test @@ -95,3 +95,6 @@ pass "run the monitor and be warned of an unreported certificate" #------------------------------------------------------------------------------- echo "---" >&2 echo "All smoke tests passed" >&2 +echo "For interactive tests:" >&2 +echo "go run ../cmd/silentct-mon -c "$dir/config.json" -d "$dir/state" -C "dev:silentct" -p 15s -m localhost:8080 -v DEBUG" >&2 +echo "ALERT_BACKLOG=0 ALERT_FRESHNESS=0 ../scripts/silentct-check" >&2 -- cgit v1.2.3