-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
53 lines (53 loc) · 1.79 KB
/
config.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
<?xml version="1.0"?>
<configuration>
<system>
<setting name="defaultUserAgent">Watcher2</setting>
<setting name="defaultTimeout">30</setting>
<setting name="pollInterval">20.0</setting>
<setting name="defaultAlertRecipient">webcenter</setting>
<setting name="dbhost">localhost</setting>
<setting name="dbusername">watcher</setting>
<setting name="dbpassword">nopeeking</setting>
<setting name="dbname">watcher</setting>
</system>
<threads>
<!--<resource name="">
<url></url>
<timeout></timeout>
<goodText></goodText>
<badText></badText>
<errorCountTrigger>
</errorCountTrigger>
<userAgent>
</userAgent>
</resource>-->
<resource name="HS Home">
<property name="url">http://www.healthsystem.virginia.edu/isalive.cfm</property>
<property name="timeout">10</property>
<property name="goodText">I AM xxALIVE</property>
<property name="badText">error</property>
<property name="errorCountTrigger">2</property>
<property name="userAgent"></property>
<property name="notificationGroup">webcenter</property>
</resource>
<resource name="MC Home">
<property name="url">http://www.medicalcenter.virginia.edu/site-status</property>
<property name="timeout">10</property>
<property name="goodText">isAlive</property>
<property name="badText">error</property>
<property name="errorCountTrigger">2</property>
<property name="userAgent"></property>
<property name="notificationGroup">webcenter</property>
</resource>
</threads>
<recipients>
<!-- <group name="">
<recipient name="">
</recipient>
</group> -->
<group name="webcenter">
<recipient name="Derrick Phone">4347604912@messaging.sprintpcs.com</recipient>
<recipient name="Derrick Email">djs6d@hscmail.mcc.virginia.edu</recipient>
</group>
</recipients>
</configuration>