Blog IndexPosts by TagHome

Playing around with MRTG

Posted <2017-08-17 Thu 13:18> by Aaron S. Jackson.

I already have a script to keep track of the statistics of my network switch, but I am thinking about replacing it with something a bit more efficient. My current graphs can be found here, but for how long?

Having seen it in use at the CompSci department, I thought I would give mrtg a try. You can see these graphs here. The nice thing about this is that it uses SNMP, which is much more efficient than my expect script. It also shows averages over time periods for each port. Finally, it works with my ER-Lite router.

Generally steps to configure it, primarily for my own reference:

cfgmaker --global 'WorkDir:/var/www/htdocs/escher.rhwyd.co.uk/mrtg' \
         --no-down \
         --ifdesc=name \
         --output /etc/mrtg.cfg \
         mrtg@lana.nat.rhwyd.co.uk \
         mrtg@krieger.rhwyd.co.uk

indexmaker /etc/mrtg.cnf > /var/www/htdocs/escher.rhwyd.co.uk/index.html

mrtg

Here is the past week for my router's internal interface:

Wanting to leave a comment?

Comments and feedback are welcome by email (aaron@nospam-aaronsplace.co.uk).

Related posts:

Tags: networking cisco

Blog IndexPosts by TagHome

Copyright 2007-2022 Aaron S. Jackson (compiled: Sun 2 Jan 00:24:11 GMT 2022)