-
Notifications
You must be signed in to change notification settings - Fork 1
/
thumbling.bot
45 lines (45 loc) · 1.11 KB
/
thumbling.bot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "thumbling",
"description": "chat bot who recognizes problems and checks Prometheus for alerts",
"secretKey": "",
"services": [
{
"appId": "",
"id": "128",
"type": "endpoint",
"appPassword": "",
"endpoint": "http://localhost:8000/api/messages",
"name": "development"
},
{
"appId": "",
"id": "129",
"type": "endpoint",
"appPassword": "",
"endpoint": "",
"name": "production"
},
{
"id": "",
"type": "luis",
"name": "production",
"version": "0.1",
"appId": "",
"authoringKey": "",
"subscriptionKey": "",
"region": "westeurope"
}
],
"custom_services": [
{
"type": "prometheus",
"endpoint": "http://localhost:9000",
"name": "development"
},
{
"type": "prometheus",
"endpoint": "",
"name": "production"
}
]
}