No of visitors who read this post: 244
Category: Server Software
Type: Question
Author: Corey Hicks
No votes yet

Would somebody give me some information on how to connect a log server to a MRTG system?  I've downloaded MRTG, but I have trouble installing it. There is an error while I'm extracting the software and I can't locate the executable file. I’ve  already followed the guide from  http://oss.oetiker.ch/mrtg/doc/mrtg-nt-guide.en.html  but it still doesn’t fix  the problem. Thank you in advance for those who would help me.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hello,

MRTG (Multi Router Traffic Grapher) is an application that allows user to observe the traffic of a network. It generates html pages with graphs which are refreshed according to our network’s current state. Its source is written in Perl and C which means that it can be installed in every Operating System.

We will also need SNMP daemon (Simple Network Management Protocol) which gives us information for a network. The following installation was accomplished under Linux and specifically Fedora Core 6. With some little changes it can be used and under other distros.

For installation of MRTG follow the below link:

Hopefully this will work for you.

Thanks.