码迷,mamicode.com
首页 >  
搜索关键字:net-snmp    ( 173个结果
centos6.4 下部署mrtg
一、安装mrtg和net-snmp:yum-yinstallmrtgnet-snmp-utilsnet-snmpgcc-*gd-*libpng-*zlib-*二、修改/etc/snmp/snmpd.conf#去掉行首的注释符viewmib2included.iso.org.dod.internet.mgmt.mib-2fc#修改accessnotConfigGroup""anynoauthexactsystemviewnonenone为:accessnotConfi..
分类:其他好文   时间:2014-08-01 20:16:32    阅读次数:211
centos6.4 下部署mrtg
一、安装mrtg和net-snmp:yum-yinstallmrtgnet-snmp-utilsnet-snmpgcc-*gd-*libpng-*zlib-*二、修改/etc/snmp/snmpd.conf#去掉行首的注释符viewmib2included.iso.org.dod.internet.mgmt.mib-2fc#修改accessnotConfigGroup""anynoauthexactsystemviewnonenone为:accessnotConfi..
分类:其他好文   时间:2014-08-01 20:16:22    阅读次数:228
centos6.4 下部署mrtg
一、安装mrtg和net-snmp:yum-yinstallmrtgnet-snmp-utilsnet-snmpgcc-*gd-*libpng-*zlib-*二、修改/etc/snmp/snmpd.conf#去掉行首的注释符viewmib2included.iso.org.dod.internet.mgmt.mib-2fc#修改accessnotConfigGroup""anynoauthexactsystemviewnonenone为:accessnotConfi..
分类:其他好文   时间:2014-08-01 20:15:12    阅读次数:249
Centos 6.5下SNMP简单配置(snmp protocol v3,监控宝)
Centos 6.5下SNMP简单配置(snmp protocol v3,监控宝) jom_ch@2014/7/25 1,安装 >yum -y install net-snmp net-snmp-devel 2,配置用户信息 > echo "rouser jkb auth" >> /etc/snmp/snmpd.conf > echo "createUser jkb MD5 iam...
分类:其他好文   时间:2014-07-26 02:58:26    阅读次数:181
centos 安装mrtg流量监控
1、安装net-snmp#yuminstallnet-snmpnet-snmp-utils-y#snmpwalk-v1-cpubliclocalhostIP-MIB::ipAdEntIfIndexCreateddirectory:/var/lib/net-snmp/mib_indexesTimeout:NoResponsefromlocalhost现在是提取不到数据的,我们需要对/etc/snmp/snmpd.conf进行一些修改#vim/etc/snmp/s..
分类:其他好文   时间:2014-07-22 18:12:42    阅读次数:478
ThefoxFramework - 一个开源的C++基础类库
ThefoxFramework - 一个开源的C++基础类库 开源的C++的基础开发库,包括常见的C++常用工具类(file、mutex、semaphore、thread、线程池等)、mysql封装、net-snmp封装、net库、rpc、log库。 现在主要工作平台是W...
分类:编程语言   时间:2014-07-22 08:19:36    阅读次数:318
Cacti中文版在Centos上的安装
最近老有人问Cacti中文版在哪下载啊怎么安装啊,我在这里一遍给大家讲解了:Cacti中文版在Centos上的安装1.基本安装cacti是运作在apache+php+mysql+net-snmp工具集+rrdtool这样的一个工作环境之下,所以我们先要做一个基本的工作的环境记的安装前先安装rpm的扩...
分类:其他好文   时间:2014-07-07 09:08:37    阅读次数:257
在RedHat Linux系统中安装和配置snmp服务
检查系统是否安装snmp服务 # rpm -qa|grep snmp net-snmp-5.3.2.2-17.el5 net-snmp-perl-5.3.2.2-17.el5 net-snmp-devel-5.3.2.2-17.el5 net-snmp-libs-5.3.2.2-17.el5 net-snmp-utils-5.3.2.2-17.el5 net-snmp-libs-5....
分类:系统相关   时间:2014-07-01 16:01:00    阅读次数:386
YUM安装调试以及命令详解
背景,需要安装cacti,google了很多安装资料,需要先yum安装一些准备lib包,比如snmp以及openssl等等。[root@mysqlvm2 ~]# yum install net-snmp-develLoaded plugins: rhnplugin, securityThis system is not registered with RHN.RHN support will be...
分类:其他好文   时间:2014-06-28 08:25:57    阅读次数:323
Cacti监控磁盘IO(rhel)
1、检查net-snmp是否支持IO监控snmpwalk-v1-c public监控机的IPUCD|more执行如上命令,如果返回类似如下数据,则表示支持disk io的监控,否则需要重新编译增加diskio-module模块。1.UCD-DISKIO-MIB::diskIOIndex.1=INTEGER: 12.UCD-DISKIO-MIB::diskIOIndex.2=INTEGER:23.UCD-D..
分类:其他好文   时间:2014-06-27 06:42:20    阅读次数:396
173条   上一页 1 ... 15 16 17 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!