-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
39 lines (33 loc) · 1.15 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<cluster name="local-dev">
<node>
<target>http://localhost:8080</target>
<auth type="BASIC" user="admin" password="adminadmin" />
</node>
</cluster>
<!--
The Mail Configuration is used to send out mails. Define your login data for your SMPT mail sever here.
-->
<!-- Enable this section to receive E-Mail notifications
<mail host="mail.foo.com" port="465" user="your-user" password="your-password" from="info@foo.com">
<recipients>info@foo.com</recipients>
</mail>
-->
<monitor>
<object type="web" interval="35">
<target>https://www.imixs.org</target>
<pattern>Imixs-Workflow supports the BPMN 2.0 standard</pattern>
</object>
<object type="web" interval="55">
<target>https://manik.imixs.org/</target>
<pattern>Manik Hot-Deploy</pattern>
</object>
<object type="web" interval="55">
<target>https://manik.imixs.org/</target>
<pattern>Manik Hot-Deploy</pattern>
<auth type="COOKIE" token="JSESSIONID=xxxxxxxx" />
</object>
</monitor>
</config>