From 58c7480a0733d9ec397e296e03609ab0748769c6 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Wed, 3 Jul 2024 14:26:18 +0100 Subject: [PATCH] Update wingbits_installer.sh --- wingbits_installer.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wingbits_installer.sh b/wingbits_installer.sh index 25b1054..4faafef 100644 --- a/wingbits_installer.sh +++ b/wingbits_installer.sh @@ -38,7 +38,7 @@ wget --timeout=30 -q -O /tmp/master.zip https://github.com/wiedehopf/graphs1090/ unzip -q -o master.zip cd /tmp/graphs1090-master -rrdtool tune --maximum value:U /var/lib/collectd/rrd/localhost/dump1090-localhost/dump1090_cpu-airspy.rrd +mkdir -p /var/lib/collectd/rrd/localhost/dump1090-localhost cp dump1090.db dump1090.py system_stats.py LICENSE /usr/share/graphs1090 cp *.sh /usr/share/graphs1090 @@ -47,7 +47,6 @@ chmod u+x /usr/share/graphs1090/*.sh cp /etc/collectd/collectd.conf /etc/collectd/collectd.conf.graphs1090 &>/dev/null || true cp collectd.conf /etc/collectd/collectd.conf - sed -i -e 's/RRATimespan 96048000/\0\nRRATimespan 576288000/' /etc/collectd/collectd.conf sed -i -e 's/XFF.*/XFF 0.8/' /etc/collectd/collectd.conf sed -i -e 's/skyview978/skyaware978/' /etc/collectd/collectd.conf @@ -178,7 +177,3 @@ if ! [[ -f /usr/share/graphs1090/noMalarky ]]; then bash $ipath/malarky.sh fi -# curl -sL https://github.com/wiedehopf/graphs1090/raw/master/install.sh | bash - -# install tar1090 -