This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheve.yaml
54 lines (51 loc) · 1.6 KB
/
eve.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
templates:
defaultAgent:
dbid: 10
pool: localhost
scheduler:
builder: com.almende.eve.scheduling.SimpleSchedulerBuilder
state:
builder: com.almende.eve.state.redis.RedisStateBuilder
dbId: 10
host: localhost
transports:
- builder: com.almende.eve.transport.http.HttpTransportBuilder
servletUrl: http://127.0.0.1:8888/agents/
servletLauncher: JettyLauncher
servletClass: com.almende.eve.transport.http.DebugServlet
doShortcut: true
doAuthentication: false
jetty:
port: 8888
cors: true
agents:
- id: Pietje
class: com.almende.sensordb.agent.PersonalAgent
extends: templates/defaultAgent
- id: Jantje
class: com.almende.sensordb.agent.PersonalAgent
extends: templates/defaultAgent
- id: Ludo
class: com.almende.sensordb.agent.PersonalAgent
extends: templates/defaultAgent
- id: Chris
class: com.almende.sensordb.agent.PersonalAgent
extends: templates/defaultAgent
- id: Claudia
class: com.almende.sensordb.agent.PersonalAgent
extends: templates/defaultAgent
- id: Sylvia
class: com.almende.sensordb.agent.PersonalAgent
extends: templates/defaultAgent
- id: Hartsnelheid1
class: com.almende.sensordb.agent.GroupAgent
extends: templates/defaultAgent
- id: Hartsnelheid2
class: com.almende.sensordb.agent.GroupAgent
extends: templates/defaultAgent
- id: bloeddruk1
class: com.almende.sensordb.agent.GroupAgent
extends: templates/defaultAgent
- id: bloeddruk2
class: com.almende.sensordb.agent.GroupAgent
extends: templates/defaultAgent