• Install all needed packages
    • opkg install collectd collectd-mod-cpu collectd-mod-disk collectd-mod-iptables collectd-mod-load collectd-mod-memory collectd-mod-ping collectd-mod-rrdtool collectd-mod-uptime rrdtool uhttpd nano # 1.6 MB of space needed
  • Configure collectd.conf file
    • nano /etc/collectd.conf
  • Enable and start collectd service
    • /etc/init.d/collectd enable
    • /etc/init.d/collectd start
  • Enable uhttpd web server
    • /etc/init.d/uhttpd enable
    • /etc/init.d/uhttpd start
  • Enable traffic monitoring
    • echo “iptables -N traffic” >> /etc/rc.local
    • echo “iptables -I FORWARD -j traffic” >> /etc/rc.local
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2018/03/03 20:19
  • by bobafetthotmail