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