Add Zabbix SSL checker
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user