1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2025-07-12 23:50:14 +02:00

feat: add http_file prober

This commit is contained in:
Rob Best
2024-01-05 16:21:46 +00:00
parent 3a594bc445
commit dc001f0c32
6 changed files with 220 additions and 29 deletions

View File

@ -13,6 +13,7 @@ var (
Probers = map[string]ProbeFn{
"https": ProbeHTTPS,
"http": ProbeHTTPS,
"http_file": ProbeHTTPFile,
"tcp": ProbeTCP,
"file": ProbeFile,
"kubernetes": ProbeKubernetes,