forked from UMN-PeopleSoft/IBMonitorService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigs.xml
More file actions
381 lines (381 loc) · 17 KB
/
Copy pathconfigs.xml
File metadata and controls
381 lines (381 loc) · 17 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<configs xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
<emailUser>dummy@bademail.com</emailUser>
<emailPassword>passw0rd!</emailPassword>
<emailReplyTo>dummy@bademail.com</emailReplyTo>
<emailHost>localhost</emailHost>
<emailPort>25</emailPort>
<onCallFile>/oncall/file.name</onCallFile>
<debugMode>ON</debugMode>
<database>
<databaseName>DEBUG</databaseName>
<host>debug.umn.edu:1521/debug.oit</host>
<user>monitoruser</user>
<password>password</password>
<dbSchema>SPOCK</dbSchema>
<sleepTime>5</sleepTime>
<debugMode>ON</debugMode>
<defaultMonitorTime>0</defaultMonitorTime>
<defaultStatusToCheck>0,5,6</defaultStatusToCheck>
<defaultRetryCount>0</defaultRetryCount>
<defaultNotifyTo>On Call;spock@testing.com</defaultNotifyTo>
<defaultNotifyCC></defaultNotifyCC>
<defaultNotifyInterval>60</defaultNotifyInterval>
<downTimeStartDay>1</downTimeStartDay>
<downTimeStart>6:00</downTimeStart>
<downTimeEndDay>1</downTimeEndDay>
<downTimeEnd>12:00</downTimeEnd>
<downTimeFrequency>7</downTimeFrequency>
<defaultNotifyIntervalOffHours>720</defaultNotifyIntervalOffHours>
<startTimeOffHours>19:00</startTimeOffHours>
<endTimeOffHours>7:00</endTimeOffHours>
<domainStatus>ON</domainStatus>
<monitorEvent>
<monitorName>Spock Publications</monitorName>
<serviceOperation>SPOCK_PUB_SYNC</serviceOperation>
<operationType>PubContract</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Publication Issues in DEBUG.</alertSubject>
<alertText>Problems found with Spock Publications in DEBUG.</alertText>
<timeToCheck>0</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Publications: Off Hours</monitorName>
<serviceOperation>SPOCK_PUB_SYNC</serviceOperation>
<operationType>PubContract</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Publication Issues in DEBUG (Off Hours).</alertSubject>
<alertText>Problems found with Spock Publications in DEBUG (Off Hours).</alertText>
<timeToCheck>60</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Subscriptions</monitorName>
<serviceOperation>SPOCK_SUB_SYNC</serviceOperation>
<operationType>SubContract</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Publication Issues in DEBUG.</alertSubject>
<alertText>Problems found with Spock Subscription in DEBUG.</alertText>
<timeToCheck>0</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Subscriptions: Off Hours</monitorName>
<serviceOperation>SPOCK_SUB_SYNC</serviceOperation>
<operationType>SubContract</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Subscription Issues in DEBUG (Off Hours).</alertSubject>
<alertText>Problems found with Spock Subscriptions in DEBUG (Off Hours).</alertText>
<timeToCheck>90</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Message Instances</monitorName>
<serviceOperation>SPOCK_MSG_SYNC</serviceOperation>
<operationType>MessageInstance</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Message Instance Issues in DEBUG.</alertSubject>
<alertText>Problems found with Spock Message Instances in DEBUG.</alertText>
<timeToCheck>0</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Message Instances: Off Hours</monitorName>
<serviceOperation>SPOCK_MSG_SYNC</serviceOperation>
<operationType>MessageInstance</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Message Instance Issues in DEBUG (Off Hours).</alertSubject>
<alertText>Problems found with Spock Message Instances in DEBUG (Off Hours).</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Publication Threshold</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>PubContractThreshold</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Publication Threshold reached in DEBUG.</alertSubject>
<alertText>Publications in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Publication Threshold (Off Hours)</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>PubContractThreshold</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Publication Threshold reached in DEBUG (Off Hours).</alertSubject>
<alertText>Publications in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>60</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Subscription Threshold</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>SubContractThreshold</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Subscription Threshold reached in DEBUG.</alertSubject>
<alertText>Subscriptions in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>0</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Subscription Threshold (Off Hours)</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>SubContractThreshold</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Subscription Threshold reached in DEBUG (Off Hours).</alertSubject>
<alertText>Subscriptions in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Message Threshold</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>MsgInstanceThreshold</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Message Instance Threshold reached in DEBUG.</alertSubject>
<alertText>Message Instances in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>0</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Message Instance Threshold (Off Hours)</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>MsgInstanceThreshold</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Message Instance Threshold reached in DEBUG (Off Hours).</alertSubject>
<alertText>Message Instances in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>90</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Publication Aging</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>PubContractAging</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<age>30</age>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Publication Aging Threshold reached in DEBUG.</alertSubject>
<alertText>Publication Aging in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Publication Aging (Off Hours)</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>PubContractAging</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<age>45</age>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Publication Aging Threshold reached in DEBUG (Off Hours).</alertSubject>
<alertText>Publication Aging in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>60</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Subscription Aging</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>SubContractAging</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<age>60</age>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Subscription Aging Threshold reached in DEBUG.</alertSubject>
<alertText>Subscription Aging in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>0</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Subscription Aging (Off Hours)</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>SubContractAging</operationType>
<publishNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</publishNode>
<subscribeNode>PSFT_SPOCK</subscribeNode>
<status>0,5,6</status>
<age>75</age>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Subscription Aging Threshold reached in DEBUG (Off Hours).</alertSubject>
<alertText>Subscription Aging in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Message Instance Aging</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>MsgInstanceAging</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<age>90</age>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>06:00</startTime>
<endTime>22:00</endTime>
<alertSubject>Spock Message Instance Aging Threshold reached in DEBUG.</alertSubject>
<alertText>Message Instance Aging in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>120</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>0</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
<monitorEvent>
<monitorName>Spock Message Instance Aging (Off Hours)</monitorName>
<serviceOperation>SPOCK_COUNT_SYNC</serviceOperation>
<operationType>MsgInstanceAging</operationType>
<publishNode>PSFT_SPOCK</publishNode>
<subscribeNode>PSFT_KIRK,PSFT_SCOTTY,PSFT_BONES</subscribeNode>
<status>0,5,6</status>
<age>105</age>
<action>Notify</action>
<notifyTo>On Call;spock@testing.com</notifyTo>
<notifyCC></notifyCC>
<startTime>22:00</startTime>
<endTime>06:00</endTime>
<alertSubject>Spock Message Instance Aging Threshold reached in DEBUG (Off Hours).</alertSubject>
<alertText>Message Instance Aging in DEBUG have reached the defined Threshold level.</alertText>
<timeToCheck>90</timeToCheck>
<retryCount>0</retryCount>
<notifyInterval>60</notifyInterval>
<notifyIntervalOffHours>720</notifyIntervalOffHours>
</monitorEvent>
</database>
</configs>