Skip to content

Instantly share code, notes, and snippets.

@algotrader-dotcom
Last active March 22, 2019 16:58
Show Gist options
  • Save algotrader-dotcom/dc84a64113f5fc86796d8b092882a128 to your computer and use it in GitHub Desktop.
Save algotrader-dotcom/dc84a64113f5fc86796d8b092882a128 to your computer and use it in GitHub Desktop.
status_ok.json
{
"notifications":{
"slack":{
"channel":"#business-listing",
"username":"statusok",
"channelWebhookURL":"https://hooks.slack.com/services/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"
}
},
"database":{
"influxDb":{
"host":"localhost",
"port":8086,
"databaseName":"statusok",
"username":"",
"password":""
}
},
"requests":[
{
"url":"http://www.bongda.com.vn",
"requestType":"GET",
"params":{
},
"checkEvery":300,
"responseCode":200,
"responseTime":800
},
{
"url":"https://google.com",
"requestType":"GET",
"headers":{
},
"params":{
},
"checkEvery":30,
"responseCode":200,
"responseTime":800
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment