快速业务通道

MRTG监控 ON RHEL6

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-26
yslocation Unknown (edit /etc/snmp/snmpd.conf) syscontact Root (configure /etc/snmp/snmp.local.conf)

Replace with (make sure you supply appropriate values):


syslocation Linux (RH3_UP2), Home Linux Router.

syscontact Vivek G Gite <vivek@nixcraft.com>



For your convenient, here is my /etc/snmp/snmpd.conf file. Feel free to use this file. Make sure you make backup of your existing file if you use this file as it is.

Empire CMS,phome.net

Start your snmp server and test it:

(a) Make sure when linux comes up snmpd always starts:


 # chkconfig snmpd on



(b) Make sure service start whenever Linux comes up (after reboot):


 # service snmpd start



(c) Finally test your snmp server:


 # snmpwalk -v 1 -c public localhost IP-MIB::ipAdEntIfIndex



Step # 4 : Install mrtg if not installed

Mrtg software may install during initial installation; you can verify if MRTG installed or not with following RPM command:


rpm -qa | grep mrtg



If mrtg already installed please see step # 5; else use rpmfind.net to find MRTG rpm or up2date command to install MRTG software:


# up2date -v -i mrtg



Fedora Linux user can use yum command as follows to install MRTG:


# yum install mrtg



Step # 5 : Commands to Configure mrtg

(a) Create document root to store mrtg graphs/html pages:


# mkdir -p /var/www/html/mymrtg/



(b) Run any one of the following cfgmaker command to create mrtg configuration file:


# cfgmaker --global ''WorkDir: /var/www/html/mymrtg'' --output /etc/mrtg/mymrtg.cfg public@localhost



OR (make sure your FQDN resolves, in following example i''m using rh9.test.com which is my router FQDN address)


# cfgmaker --global ''WorkDir: /var/www/html/mymrtg'' --output /etc/mrtg/mymrtg1.cfg public@rh9.test.com



(c) Create default index page for your MRTG configuration:


# indexmaker --output=/var/www/html/mymrtg/index.html /etc/mrtg/mymrtg.cfg



注意:这一步可能会报如下的错误:

Use of uninitialized value $first in hash element at /usr/bin/indexmaker line 353.
这是上一步(cfgmaker那一步)生成的文件某种原因全被注释了,如

Empire CMS,phome.net

### Interface 1 >> Descr: ''lo'' | Name: ''lo'' | Ip: ''127.0.0.1'' | Eth: '''' ###
### The following interface is commented out because:
### * it is a Software Loopback interface
.

.

### Interface 2 >> Descr: ''eth0'' | Name: ''eth0'' | Ip: ''192.168.0.117'' | Eth: ''52-54-00-00-00-17'' ###
### The following interface is commented out because:
### * has a speed of 0 which makes no sense
这时只要手动修改/etc/mrtg/mymrtg.cfg去注释并修改第二个接口的下面一行

MaxBytes[localhost_2]: 1250000
再运行以上命令就不会有问题

(d) Copy all tiny png files to your mrtg path:


# cp -av /var/www/mrtg/*.png /var/www/html/mymrtg/



Step # 6 First test run of mrtg

(a) Run mrtg command from command line with your configuration file:


# env LANG=C /usr/bin/mrtg /etc/mrtg/mymrtg.cfg

# /etc/init.d/httpd start





Note: You may get few warning mes

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号