yanic/config_example.toml

36 lines
698 B
TOML
Raw Normal View History

[respondd]
enable = true
interface = "eth0"
collect_interval = "1m"
2017-01-29 20:06:56 +01:00
[webserver]
enable = false
2017-01-29 20:06:56 +01:00
bind = "127.0.0.1:8080"
webroot = "webroot"
2017-01-29 20:06:56 +01:00
[nodes]
enable = true
nodes_version = 2
nodes_path = "/var/www/html/meshviewer/data/nodes.json"
2017-01-29 20:06:56 +01:00
graph_path = "/var/www/html/meshviewer/data/graph.json"
state_path = "/var/lib/collector/state.json"
# Export nodes and graph periodically
save_interval = "5s"
# Set node to offline if not seen within this period
offline_after = "10m"
# Prune offline nodes after a time of inactivity
prune_after = "7d"
[influxdb]
enable = false
address = "http://localhost:8086"
database = "ffhb"
username = ""
password = ""