forked from UMN-PeopleSoft/IBMonitorService
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.yaml
83 lines (83 loc) · 2.51 KB
/
sample.yaml
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
---
root:
emailUser: [email protected]
emailPassword: passw0rd!
emailReplyTo: [email protected]
emailHost: smtp.email.com
emailPort: '587'
onCallFile: "/path/file"
debugMode: 'ON'
dbType: Oracle
database:
databaseName: db1
host: host:1521/db1.world
user: dbuser
password: dbPass0wrd!
dbSchema: SYSADM
sleepTime: '5'
defaultMonitorTime: '0'
defaultStatusToCheck: '0,5,6'
defaultRetryCount: '0'
defaultNotifyTo: [email protected]
defaultNotifyCC: ''
defaultNotifyInterval: '60'
downTimeStartDay: '1'
downTimeStart: '6:00'
downTimeEndDay: '1'
downTimeEnd: '12:00'
downTimeFrequency: '7'
defaultNotifyIntervalOffHours: '720'
startTimeOffHours: '19:00'
endTimeOffHours: '7:00'
domainStatus: 'ON'
monitorEvent:
- monitorName: PERSON_BASIC_SYNC Publications
serviceOperation: PERSON_BASIC_SYNC
operationType: PubContract
publishNode: YOUR_PUBLISHING_NODE
subscribeNode: TARGET_NODE1,TARGET_NODEx
status: '0,5,6'
action: Notfy
notifyTo: [email protected]
notifyCC: ''
startTime: '06:00'
endTime: '22:00'
alertSubject: Person Basic Sync Publication Issues in Application.
alertText: Problems found with Person Basic Sync Publications in Application.
timeToCheck: '0'
retryCount: '0'
notifyInterval: '10'
notifyIntervalOffHours: '720'
escalation:
- notifyTo: [email protected]
escalationDelay: '0'
emailAdditions:
emailLine:
- line1:Description of Issue
- line2:THIS IS ONLY A TEST
- type:Incident
- category:Applications
- notifyTo: [email protected]
escalationDelay: '10'
emailAdditions:
emailLine:
- line1:Description of Issue - Unresolved for 10 minutes
- line2:THIS IS ONLY A TEST
- type:Incident
- category:Applications
- monitorName: PERSON_BASIC_SYNC Subscriptions
serviceOperation: PERSON_BASIC_SYNC
operationType: SubContract
publishNode: PUBNODE1,PUBNODEx
subscribeNode: YOUR_SUBSCRIBING_NODE
status: '0,5,6'
action: Notify Each
notifyTo: [email protected]
notifyCC: ''
startTime: '06:00'
endTime: '22:00'
alertSubject: Person Basic Sync Subscription Issues in Application.
alertText: Problems found with Person Basic Sync Subscriptions in Application.
timeToCheck: '0'
notifyInterval: '60'
notifyIntervalOffHours: '720'