Add Zabbix SSL checker

This commit is contained in:
2026-05-21 19:20:49 +02:00
commit 76f1f36d97
9 changed files with 1829 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[
{
"name": "Blockje Home",
"host": "home.blockje.nl",
"port": 443,
"owner": "blockje",
"profile": "relaxed",
"expected_issuer_contains": "Let's Encrypt",
"expected_hostname": "home.blockje.nl",
"http_check": true,
"expected_http_status": [200, 301, 302, 401, 403],
"timeout": 10
},
{
"name": "Mailcow",
"host": "mta.example.net",
"port": 443,
"owner": "jelle",
"profile": "serious",
"expected_issuer_contains": "Let's Encrypt",
"expected_hostname": "mta.example.net",
"http_check": true,
"expected_http_status": [200, 301, 302, 401, 403],
"timeout": 10
}
]