yanic/config_example.yml

36 lines
720 B
YAML
Raw Normal View History

2016-03-07 09:52:52 +01:00
---
2016-03-09 03:26:08 +01:00
respondd:
2016-03-07 09:52:52 +01:00
enable: true
2016-06-16 18:03:45 +02:00
interface: eth0
# Collected data every n seconds
collectinterval: 60
2016-03-07 09:52:52 +01:00
webserver:
enable: false
port: 8080
address: 127.0.0.1
webroot: webroot
2016-05-14 12:31:43 +02:00
api:
newnodes: true
aliases: true
2016-03-07 09:52:52 +01:00
nodes:
enable: true
2016-06-16 18:03:45 +02:00
nodes_path: /var/www/html/meshviewer/data/nodes_all.json
nodesmini_path: /var/www/html/meshviewer/data/nodes.json
graphs_path: /var/www/html/meshviewer/data/graph.json
2016-03-07 09:52:52 +01:00
aliases_enable: false
aliases_path: /var/www/html/meshviewer/data/aliases.json
# Export nodes and graph every n seconds
saveinterval: 5
# Expire offline nodes after n days
max_age: 7
2016-03-12 03:36:02 +01:00
influxdb:
enable: false
2016-04-29 12:39:53 +02:00
host: http://localhost:8086
2016-03-12 03:36:02 +01:00
database: ffhb
username:
password: