MRTG监控 ON RHEL6
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.
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::ipAdEntIfIndexStep # 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 mrtgStep # 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. ### Interface 1 >> Descr: ''lo'' | Name: ''lo'' | Ip: ''127.0.0.1'' | Eth: '''' ### . ### Interface 2 >> Descr: ''eth0'' | Name: ''eth0'' | Ip: ''192.168.0.117'' | Eth: ''52-54-00-00-00-17'' ### 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 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |