-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
108 lines (108 loc) · 4.96 KB
/
config.json
File metadata and controls
108 lines (108 loc) · 4.96 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"nAlarmsDispatchedAtATime": 1,
"healthCheckEmail": "thomas.doki-thonon@icube-sa.ch",
"ommitIfAcknowledged": true,
"projects": {
"un-client-icube" : {
"defaultMessage": "alarme1234",
"appendToAllSMS": "// sent by EVA - do not reply",
"dispatching": [
{
"alarmPath": "PanneFrigo",
"to": "thomas.doki-thonon@icube-sa.ch"
},
{
"alarmPath": "ArretAutomate",
"channel": "sms",
"to": "41768173346"
},
{
"alarmPath": "FeuUsine",
"channel": "voicecall",
"to": "41768173346"
},
{
"alarmPath": "Reception",
"alarmPathIsRegExp": true,
"alarmSeverity": "error",
"channel": "email",
"to": "thomas.doki-thonon@icube-sa.ch",
"dow": [0, 1, 2, 3, 4, 5, 6],
"start": "00:00",
"end":"23:59",
"timeZone": "Europe/Zurich",
"active": true
},
{
"alarmPath": "myAlarm",
"alarmSeverity": "error",
"channel": "snooze",
"snoozeHHmm": "08:00",
"dow": [0,1,2,3,4,5,6],
"start":"00:00",
"end": "07:59"
},
{
"alarmPath": "myAlarm",
"alarmSeverity": "error",
"channel": "email",
"dow": [0,1,2,3,4,5,6],
"start":"08:00",
"end": "23:59"
},
{"alarmPath": "plc:Program:Reception.StsAlmBalanceNotReady", "alarmSeverity": "error", "text": "Alarme : StsAlmBalanceNotReady", "channel": "email", "to": "thomas.doki-thonon@icube-sa.ch", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "plc:Program:Reception.StsAlmBalanceNotReady", "severity": "error", "text": "plc:Program:Reception.StsAlmBalanceNotReady", "channel": "sms", "to": "41768173346", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "plc:Program:Reception.StsAlmBalanceNotReady", "alarmSeverity": "error", "text": "plc:Program:Reception.StsAlmBalanceNotReady", "channel": "voicecall", "to": "41768173346", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "Alarm2", "text": "Alarm2", "to": "techniciens-piquet"}
],
"recipientsGroups":
{
"techniciens-piquet": {
"to": "thomas@icube-sa.ch,martin@icube-sa.ch"
}
},
"channels": {
"email": {
"active": true
},
"sms": {
"active": true,
"simulate": true
},
"voicecall": {
"active": true
},
"aws": {
"active": false
}
}
},
"un-autre-client-icube" : {
"defaultMessage": "alarme1234",
"appendToAllSMS": "// sent by EVA - do not reply",
"dispatching": [
{"alarmPath": "Reception", "alarmPathIsRegExp": true, "alarmSeverity": "error", "text": "regExp", "channel": "email", "to": "thomas.doki-thonon@icube-sa.ch", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "plc:Program:Reception.StsAlmBalanceNotReady", "alarmSeverity": "error", "text": "plc:Program:Reception.StsAlmBalanceNotReady", "channel": "email", "to": "thomas.doki-thonon@icube-sa.ch", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "plc:Program:Reception.StsAlmBalanceNotReady", "severity": "error", "text": "plc:Program:Reception.StsAlmBalanceNotReady", "channel": "sms", "to": "41768173346", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "plc:Program:Reception.StsAlmBalanceNotReady", "alarmSeverity": "error", "text": "plc:Program:Reception.StsAlmBalanceNotReady", "channel": "voicecall", "to": "41768173346", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "Alarm2", "alarmSeverity": "error", "text": "Alarm2", "channel": "email", "to": "dokithonon@gmail.com", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "Alarm3", "alarmSeverity": "error", "text": "Alarm3", "channel": "sms", "to": "41768173346", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true},
{"alarmPath": "Alarm4", "alarmSeverity": "error", "text": "Alarm4", "channel": "voicecall", "to": "41768173346", "dow": [0, 1, 2, 3, 4, 5, 6], "start": "00:00", "end":"23:59", "active": true}
],
"channels": {
"email": {
"active": true
},
"sms": {
"active": true
},
"voicecall": {
"active": true
},
"aws": {
"active": false
}
}
}
}
}