Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 466 Bytes

File metadata and controls

11 lines (7 loc) · 466 Bytes

RouterInfluxDB

This comes from: https://www.instructables.com/id/How-to-graph-home-router-metrics/

Edit todb.sh add InfluxDB settings cron routerstats.sh:

echo 'cru a routerstats "* * * * * /jffs/scripts/routerstats/routerstats.sh"' >> /jffs/scripts/services-start echo 'cru a "routerstats+30" "* * * * * (sleep 30; /jffs/scripts/routerstats/routerstats.sh)"' >> /jffs/scripts/services-start

Make sure you've enabled jffs scripting in AsusWRT merlin first.