#/bin/sh

TARGET="local.eth0"

/sbin/ifconfig | /usr/bin/parse_ifconfig.pl eth0 >> /cronjobs/if_usage/$TARGET.log
/usr/bin/if_usage /cronjobs/if_usage/$TARGET.log /home/webroot/www.herethere.net/stats/ifusage.$TARGET/

