krecik 0.10.8

Asynchronous, parallel external service checker (and reporter), using industry standard libraries: Curl, ngHTTP2 and OpenSSL.
Documentation
{
    "domains": [
        {
            "name": "fdgdhfjgsdfkgjsdfgdf.com",
            "expects": [
                {
                    "ValidExpiryPeriod": 14
                }
            ]
        }
    ],
    "pages": [
        {
            "url": "http://gist.github.com",
            "expects": [
                {
                    "ValidCode": 404
                },
                {
                    "ValidAddress": "https://gdksjnfshdfgdsggist.github.com/"
                },
                {
                    "ValidLength": 1000000000000000
                },
                {
                    "ValidContent": "Zdeněk Miler"
                }
            ],
            "options": {
                "agent": "Testcheck9"
            }
        }
    ]
}