Skip to content

Commit

Permalink
Create sample_config_slack.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathp committed Apr 29, 2016
1 parent c86f0eb commit d1617b2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sample_config_slack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"notifications":{
"slack":{
"channel":"#general",
"username":"statusok",
"channelWebhookURL":"https://hooks.slack.com/services/T09ZQZhET2E5Tl7"
}
},
"requests":[
{
"url":"http://mywebsite.com/v1/data",
"requestType":"GET",
"headers":{
"Authorization":"Bearer ac2168444f4de69c27d6384ea2ccf61a49669be5a2fb037ccc1f",
},
"urlParams":{
"name":"statusok"
},
"checkEvery":300,
"responseCode":200,
"responseTime":800
}
]
}

0 comments on commit d1617b2

Please sign in to comment.