Archive for the ‘MRTG’ Category

  • MRTG Installation

    Saturday, October 31st, 2009

    MRTG Installation yum install net-snmp-libs net-snmp-devel net-snmp-utils yum install mrtg cfgmaker -global ‘WorkDir: /var/www/html/mymrtg’ -output /etc/mrtg/cisco_switch_mrtg.cfg communityname@192.168.1.1 (Switch/Router IP Address) indexmaker –output=/var/www/html/mymrtg/index.html /etc/mrtg/ cisco_switch_mrtg.cfg cp -av /var/www/mrtg/*.png /var/www/html/mymrtg/ /usr/bin/mrtg   /etc/mrtg/ cisco_switch_mrtg.cfg env LANG=C /usr/bin/mrtg /etc/mrtg/mymrtg.cfg –logging /var/log/mrtg.log make the following entry in the crontab (crontab -e) */1 * * * *  env LANG=C /usr/bin/mrtg /etc/mrtg/ [...]

  • MRTG Make sure snmp server installed

    Saturday, October 31st, 2009

    MRTG Make sure snmp server installed Step # 1 : Make sure snmp server installed Please note that snmpd configuration does not require using mrtg with remote network devices such as Routers and switches. If you just want mrtg graphs for router or switch then please refer to step # 4 (as all these devices [...]