This repository was archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyanic.conf
More file actions
78 lines (60 loc) · 1.53 KB
/
yanic.conf
File metadata and controls
78 lines (60 loc) · 1.53 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[respondd]
enable = true
synchronize = "1m"
collect_interval = "1m"
[respondd.sites.ffsh]
domains = ["ffsh", "ffod", "ffrz"]
[respondd.sites.ffod]
domains = []
[respondd.sites.ffrz]
domains = []
[[respondd.interfaces]]
ifname = "br-ffsh"
[webserver]
enable = false
bind = "127.0.0.1:8080"
webroot = "/var/www/map/meshviewer"
[nodes]
state_path = "/var/lib/yanic/state.json"
prune_after = "7d"
save_interval = "2m"
offline_after = "10m"
[[nodes.output.meshviewer-ffrgb]]
enable = true
path = "/var/www/map/data/meshviewer.json"
[nodes.output.meshviewer-ffrgb.filter]
no_owner = true
#blacklist = ["00112233445566", "1337f0badead"]
[[nodes.output.meshviewer]]
enable = true
version = 2
nodes_path = "/var/www/map/data/nodes.json"
graph_path = "/var/www/map/data/graph.json"
[nodes.output.meshviewer.filter]
no_owner = true
[[nodes.output.nodelist]]
enable = true
path = "/var/www/map/data/nodelist.json"
[nodes.output.nodelist.filter]
no_owner = true
[database]
delete_after = "7d"
delete_interval = "1h"
[[database.connection.influxdb]]
enabled = true
address = "http://localhost:8086"
database = "ffsh"
username = "CHANGE ME"
password = "CHANGE ME"
[database.connection.influxdb.tags]
[[database.connection.graphite]]
enable = false
address = "localhost:2003"
prefix = "freifunk"
[[database.connection.respondd]]
enable = false
type = "udp6"
address = "stats.bremen.freifunk.net:11001"
[[database.connection.logging]]
enable = false
path = "/var/log/yanic.log"