-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonitoring-config.yaml
50 lines (47 loc) · 1.11 KB
/
monitoring-config.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
monitoringEvents:
- path: C:\Users\lenovo\Desktop
pollInterval: 1000
name: eventOne
active: true
eventsInfo:
- type: FILE_CREATE
active: true
chainInfo:
name: ASCENDING_CHAIN
contextParams:
- key: ONE
value: OneVal
- key: TWO
value: TwoVal
- type: FILE_CHANGE
active: true
chainInfo:
name: VERIFICATION_CHAIN
contextParams:
- key: THREE
value: ThreeVal
- key: FOUR
value: FourVal
- path: C:\Users\lenovo\Documents
pollInterval: 1000
name: secondEvent
active: true
eventsInfo:
- type: FILE_CREATE
active: true
chainInfo:
name: ASCENDING_CHAIN
contextParams:
- key: A1
value: AA
- key: B2
value: BB
- type: FILE_DELETE
active: true
chainInfo:
name: VERIFICATION_CHAIN
contextParams:
- key: C3
value: CC
- key: D4
value: DD