20 lines
278 B
JSON
20 lines
278 B
JSON
|
|
{
|
||
|
|
"checks": [
|
||
|
|
{
|
||
|
|
"name": "test1",
|
||
|
|
"kind": "tls_certificate",
|
||
|
|
"parameters": {
|
||
|
|
"host": "greenscale.de",
|
||
|
|
"expiry_threshold": 50
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "test2",
|
||
|
|
"kind": "tls_certificate",
|
||
|
|
"parameters": {
|
||
|
|
"host": "chemnitz-gesundheit.de"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|