mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
updates to documentation
This commit is contained in:
parent
3ef96633d8
commit
de1c4c3adc
2 changed files with 4 additions and 2 deletions
|
@ -541,7 +541,7 @@ If you are using a Raspberry Pi or another type of computer with an SD card, you
|
|||
|
||||
By the nature of having to log lots of data the `graphs1090` functionality writes a lot to the SD card. To reduce the number of write cycles, there are a few parameters you can set.
|
||||
|
||||
Enabling this functionality will cause `graphs1090` to temporarily write all data to volatile memory (`/run`) instead of persistent disk space (`/var/lib/collectd`). This data is backed up to persistent disk space in regular intervals and upon (graceful) shutdown of the container.
|
||||
Enabling this functionality will cause `graphs1090` to temporarily write all data to volatile memory (`/run`) instead of persistent disk space (`/var/lib/collectd`). This data is backed up to persistent disk space in regular intervals and upon (graceful) shutdown of the container.
|
||||
|
||||
Note -- there is a chance that the data isn't written back in time (due to power failures, non-graceful container shutdowns, etc), in which case you may lose statistics data that has been generated since the last write-back.
|
||||
|
||||
|
|
|
@ -36,8 +36,10 @@ services:
|
|||
#
|
||||
# --------------------------------------------------
|
||||
# Sources and Aggregator connections:
|
||||
# (Note - remove the ones you are not using / feeding)
|
||||
# Notes - remove the ones you are not using / feeding
|
||||
# - remove "adsb,dump978,30978,uat_in;" if you don't have dump978 and a UAT dongle connected to your station
|
||||
- ULTRAFEEDER_CONFIG=
|
||||
adsb,dump978,30978,uat_in;
|
||||
adsb,feed.adsb.fi,30004,beast_reduce_plus_out;
|
||||
adsb,in.adsb.lol,30004,beast_reduce_plus_out;
|
||||
adsb,feed.adsb.one,64004,beast_reduce_plus_out;
|
||||
|
|
Loading…
Reference in a new issue