-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
78 lines (78 loc) · 1.68 KB
/
config.json
File metadata and controls
78 lines (78 loc) · 1.68 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"title": "Play Platform Status",
"hostname": "0.0.0.0",
"port": 8080,
"client": {
"transports": []
},
"services": [
{
"name": "DCEP",
"label": "DCEP",
"check": "http",
"host": "demo.play-project.eu",
"port": 8084,
"path": "/play/QueryDispatchApi"
},
{
"name": "DSB",
"label": "DSB",
"check": "http",
"host": "46.105.181.221",
"port": 8084,
"path": "/"
},
{
"name": "EventClouds Management (stable)",
"label": "EventClouds Management (stable)",
"check": "http",
"host": "138.96.19.125",
"port": 8082,
"path": "/proactive/services/eventclouds/management-webservices?wsdl"
},
{
"name": "EventClouds Management (unstable)",
"label": "EventClouds Management (unstable)",
"check": "http",
"host": "138.96.19.125",
"port": 8085,
"path": "/proactive/services/eventclouds/management-webservices?wsdl"
},
{
"name": "Gov WebApp",
"label": "Gov WebApp",
"check": "http",
"host": "46.105.181.221",
"port": 9000,
"path": "/"
},
{
"name": "WebApp",
"label": "WebApp",
"check": "http",
"host": "demo.play-project.eu",
"port": 80,
"path": "/login"
}
],
"plugins" : {
"console" : {
"enable": false
},
"irc" : {
"enable": true,
"server": "irc.freenode.net",
"nick": "ow2playstatusbot",
"options": {
"debug": false,
"channels": ["#ow2playstatus"]
}
},
"heartbeat": {
"enable": true,
"period": 20000
}
},
"serviceInterval": 20000,
"serviceDelay": 500
}