krecik 0.10.8

Asynchronous, parallel external service checker (and reporter), using industry standard libraries: Curl, ngHTTP2 and OpenSSL.
Documentation
{
    "domains": [
        {
            "name": "rust-lang.org",
            "expects": [
                {
                    "ValidExpiryPeriod": 14
                }
            ]
        }
    ],
    "pages": [
        {
            "url": "https://rust-lang.org/",
            "expects": [
                {
                    "ValidCode": 200
                },
                {
                    "ValidContent": "rust-lang.org"
                }
            ],
            "options": {
                "ssl_verify_host": false,
                "ssl_verify_peer": false
            }
        }
    ]
}