how to perfect install SNMP and MRTG in Fedora Core 3???

Discussion in 'Installation/Configuration' started by fandi2000x, Jan 25, 2006.

  1. fandi2000x

    fandi2000x New Member

    anyone can you tell me what should i do to install SNMP and MRTG on my PC
    (Fedora Core 3) to monitoring bandwith on My PC Router???

    thanks
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You can run
    Code:
    yum search snmp
    and
    Code:
    yum search mrtg
    to find the appropriate FC3 packages. Afterwards you can install the packages by running
    Code:
    yum install <package_name>
     
  3. fandi2000x

    fandi2000x New Member

    thanks falko.

    after that, how i can configure and runing the SNMP and MRTG???
    can u explain with any sample.

    thanks
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Never done it before. :eek: Did you have a look at the respective documentation/web sites?
     
  5. Kamran Shah

    Kamran Shah New Member

    How to Perfect Install SNMP and MRTG in Fedora Core 4

    How to Perfect Install SNMP and MRTG in Fedora Core 4

    A very good question that how would you monitor Utilization of your Server Interfaces. I quite often look for answers everytime I re-build my linux server and most of the times I find answers from following URLs.

    General MRTG information from the homepage of MRTG.
    http://oss.oetiker.ch/mrtg/doc/mrtg-unix-guide.en.html

    Another useful resource for MRTG but may not have answers to your issues.
    http://www.sm6rpz.se/mrtg.html

    The Perfect solution I experienced every time I had to use it with Fedora or Redhat based systems. You may want to install snmpd and mrtg through YUM as suggested in above reply before you configure using following link.
    http://www.linuxhomenetworking.com/linux-hn/mrtg.htm

    Always worked for me within few minutes using this link. All you have to do is go through your snmpd and mrtg install and ensure snmp works as discussed in article and if it doesn't work you wouldn't have a joy with your mrtg graphs.

    I hope this helps.
     
  6. nenad

    nenad ISPConfig Developer ISPConfig Developer

Share This Page