- Clone repository
- Install dependencies
Debian/Ubuntu:
apt-get install rrdtool dvbtune dvbsnoop
- Create RRDs:
./create_rrds.sh
- Edit crontab:
crontab -e
# Auslastung des Segments
* * * * * /root/cablestats/freq_collect.sh
*/5 * * * * /root/cablestats/cron.sh
All scripts are based upon the work of fLoo (https://coresec.de/)