Last active
March 22, 2019 16:58
-
-
Save algotrader-dotcom/dc84a64113f5fc86796d8b092882a128 to your computer and use it in GitHub Desktop.
status_ok.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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