Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 679 Bytes

dd-wrt-grafana

Scripts to display metrics from WRT 1900AC router running DD-WRT.

Enable JFFS support

  • Internal Flash Storage

Upload these shell scripts to /jffs/

  • Modify IP and Port of your graphite server
  • Modify any interfaces you wish to ignore

Add the following under Additional Cron Jobs:

          • root /jffs/collector.sh > /dev/null 2>&1
          • root /jffs/sleep20.sh > /dev/null 2>&1
          • root /jffs/sleep40.sh > /dev/null 2>&1

Add the following script to the router Startup:

/jffs/checkBandwidthInterface.sh &

Paste below into the commands window and select "Run Command"

/jffs/checkBandwidthInterface.sh &

Import Grafana json dashbaord.

Enjoy.