View RSS Feed

Peyman Yousefi

Linux System

  1. Mrtg

    توسط - 2010-12-03 - 07:03 PM (Peyman Yousefi)
    کد:
    ~~ Fedora Core, Redhat, CentOS ~~
    yum install net-snmp
    yum install mrtg
    
    ~~ Debian, Ubuntu ~~
    apt-get install snmp
    apt-get install snmpd
    apt-get install mrtg
    
    ~~ Configure ~~
    cat /dev/null > /etc/snmp/snmpd.conf
    nano /etc/snmp/snmpd.conf
    
    syslocation Iran, Tehran
    syscontact Dark@Judynet.ir
    rocommunity public
    
    ~~ Restart service ~~
    /etc/init.d/snmpd restart
    
    ~~ Mrtg configure
    ...

    Updated 2010-12-11 at 03:47 PM by darklove

    دسته ها
    Linux