sanathp / statusok

Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected.
Other
1.62k stars 197 forks source link

fail to notify ding #56

Open ranrinc opened 4 years ago

ranrinc commented 4 years ago

my config.json

    {
        "notifications":{
            "dingding":{
                "url": "https://oapi.dingtalk.com/robot/send?access_token=blablablablablalba",
                "requestType":"POST",
                "headers":{
                    "Content-Type":"application/json"
                }
            }
        },
        "requests":[
            {
                "url":"http://www.example.com",
                "requestType":"GET",
                "checkEvery":30,    
                "responseTime":800
            }
        ]
    }

Base on statusOK it did show success and error.. however no notification? Do I missing something?

ghost commented 3 years ago

May it's a bug. I first tested with dingding, no notification received either. Then I tesed with slack, everything works fine.