feat: edit monitors + notification channels; HTTP monitor insecure-TLS option

This commit is contained in:
2026-07-21 14:55:41 +01:00
parent 8b56911db6
commit abac836a6d
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -99,6 +99,7 @@ func runSpec(ctx context.Context, s pb.MonitorSpec, out chan<- pb.CheckResult) {
ExpectedStatus: s.ExpectedStatus,
Keyword: s.Keyword,
TLSWarnDays: s.TLSWarnDays,
Insecure: s.Insecure,
TimeoutSec: s.IntervalSec,
}