forked from jbott/gollum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
can.yml
40 lines (36 loc) · 952 Bytes
/
can.yml
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
Can0In:
Type: consumer.Can
Streams: can0
Interface: can0
GpsdIn:
Type: consumer.Gpsd
Streams: gpsd
# ConsoleOut:
# Type: producer.Console
# Streams: "*"
# Modulators:
# - format.StreamName:
# Separator: ", "
# - format.Timestamp:
# Timestamp: "2006-01-02T15:04:05.999999999Z07:00, "
WebsocketOut:
Type: producer.Websocket
Streams: "*"
Address: ":8888"
Modulators:
- format.StreamName:
Separator: ", "
- format.Timestamp:
Timestamp: "2006-01-02T15:04:05.999999999Z07:00, "
SDCardOut:
Type: producer.File
Streams: "*"
File: "/mnt/sdcard/daq.log"
Rotation:
Enable: true
At: "4:00" # This should be midnight EDT
Modulators:
- format.StreamName:
Separator: ", "
- format.Timestamp:
Timestamp: "2006-01-02T15:04:05.999999999Z07:00, "