xforce30164
Active Member
dump1090-mutability v1.14
Code:[email protected]/var/lib/collectd/rrd/localhost/dump1090-rpi $ ls -la total 2592 drwxr-xr-x 2 root root 4096 Apr 18 09:20 . drwxr-xr-x 4 root root 4096 Apr 18 09:20 .. -rw-r--r-- 1 root root 307516 Apr 18 11:16 dump1090_aircraft-recent.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_cpu-background.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_cpu-demod.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_cpu-reader.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_dbfs-peak_signal.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_dbfs-signal.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-local_accepted_0.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-local_accepted_1.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-local_accepted.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-positions.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-remote_accepted_0.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-remote_accepted_1.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-remote_accepted.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_messages-strong_signals.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_tracks-all.rrd -rw-r--r-- 1 root root 154692 Apr 18 11:16 dump1090_tracks-single_message.rrd
hmm that's weird, I see that you do have the dbfs peak signal and signal files which means you could also generate the signal graph. (which I didn't have) I'll need to look into that and maybe make the make-graphs file a bit smarter such that it looks in the /dump1090-rpi folder to see which .rrd files are available and then based on that creates the graphs for which there is data available. I'll need to do some more digging/research to find out what determines which dump1090_<....>.rrd files are generated to see if I can find where it goes wrong for your max range
below is my dump1090-rpi directory
Code:
[email protected] /var/lib/collectd/rrd/localhost/dump1090-rpi $ ls -la
total 2440
drwxr-xr-x 2 root root 4096 Apr 17 19:20 .
drwxr-xr-x 4 root root 4096 Apr 17 19:20 ..
-rw-r--r-- 1 root root 307516 Apr 18 10:19 dump1090_aircraft-recent.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_cpu-background.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_cpu-demod.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_cpu-reader.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-local_accepted_0.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-local_accepted_1.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-local_accepted.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-positions.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-remote_accepted_0.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-remote_accepted_1.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-remote_accepted.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_messages-strong_signals.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_range-max_range.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_tracks-all.rrd
-rw-r--r-- 1 root root 154692 Apr 18 10:19 dump1090_tracks-single_message.rrd
[email protected] /var/lib/collectd/rrd/localhost/dump1090-rpi $