Penguin
Annotated edit history of MRTG version 6, including all changes. View license author blame.
Rev Author # Line
6 GreenGecko 1 MRTG [Acronym] for Multi Router Traphic Grapher. Written by Tobias Oetiker - http://oss.oetiker.ch/mrtg/
2 CraigMckenna 2
6 GreenGecko 3 MRTG will do much more than graph traffic:
2 CraigMckenna 4
5 Designed initially to collect traffic data by snmp from routers and graph traffic usage, but can be extended to graph any range of information including
6 * NameServer activity
3 CraigBox 7 * MailServer Activity
2 CraigMckenna 8 * Proxy/Cache Performance
9 * System Load Average/Memory Usage/Disk Space
6 GreenGecko 10 * mail/webserver performance
11 * absolutely anything else you're prepared to write a script for - exchange rates, disk temperatures, tide height...
2 CraigMckenna 12
6 GreenGecko 13 information can be collected either via [SNMP] or from scripts, and is stored in such a way that the latest information is very detailed, and the data is averaged more and more to allow for graphing of data over longer periods of time without using huge amounts of disk space to store the raw data. In addition to the graphging function, it has the ability to run scripts on triggering thresholds - allowing for everything from emails/sms to be sent right through to automated shutdowns.
2 CraigMckenna 14
6 GreenGecko 15
16 The only limitation of MTRG is that it it will only display 2 sets of data on any graph. Because of this, Tobias then created the rrdtool - http://oss.oetiker.ch/rrdtool/ which didn't have this limitation. Many packages - for example http://munin.projects.linpro.no, [Cacti], [Cricket] are build on top of the original rrdtool engine.
17
18 This is one of the most useful tools that any systems administrator can implement, as it will eventually be telling you when to look at something *before* it goes wrong, allowing for a proactive approach to administreing your server(s).
4 JamieCurtis 19
20 -----
21 CategorySystemAdministration%%%
22 CategoryNetworking