locaterobin / wrtbwmon

Automatically exported from code.google.com/p/wrtbwmon
0 stars 0 forks source link

Not working on OpenWRT Barrier Breaker 14.07 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You need to modify from the wrtbwmon file:

LAN_IFACE=$(echo br-lan)

and the crons:

* * * * * /mnt/usb1/wrtbwmon/wrtbwmon setup br-lan
* 7-18 * * * /mnt/usb1/wrtbwmon/wrtbwmon update /mnt/usb1/wrtbwmon/usage.db peak
* 19-23 * * * /mnt/usb1/wrtbwmon/wrtbwmon update /mnt/usb1/wrtbwmon/usage.db 
offpeak
* 0-6 * * * /mnt/usb1/wrtbwmon/wrtbwmon update /mnt/usb1/wrtbwmon/usage.db 
offpeak
* * * * * /mnt/usb1/wrtbwmon/wrtbwmon publish /mnt/usb1/wrtbwmon/usage.db 
/www/usage.htm

(As I have them on an USB, it is marking it as /mnt/usb1/wrtbwmon)

It *seems* to work ATM

Original issue reported on code.google.com by Ernesto.Villarreal on 3 Feb 2015 at 4:53