码迷,mamicode.com
首页 >  
搜索关键字:net-snmp    ( 173个结果
cacti由snmp监控带宽
1.安装和配置snmp a.yum install -y net-snmp net-snmp-utils b.chkconfig snmpd on c. chkconfig –list|grep snmpd d.vi /etc/snmp/snmpd.conf 将view systemview...
分类:其他好文   时间:2015-08-20 20:45:30    阅读次数:172
使用监控宝监控snmp性能经验实录
作者:朱茂海snmp能收集服务器性能的各项数据,如CPU使用率,内存使用率,CPU负载,系统进程数,磁盘空间使用率,网络流量,磁盘I/O等,而使用监控宝处理这些数据能很直观地显示出来。下面介绍如何配置安装snmp1、到http://www.net-snmp.org/下载最新版的snmp安装包。1.wgethttp://so..
分类:其他好文   时间:2015-07-29 06:48:16    阅读次数:198
cacti+CentOS6.5
系统版本:CentOS6.5软件版本:cacti-0.88f需要预安装的软件有以下几种,可以通过yum安装全部yum -y install net-snmp*yum -y install openssl*yum -y install rrd*yum -y install httpd* mysql* ...
分类:其他好文   时间:2015-07-26 06:00:32    阅读次数:218
zabbix客户端安装
1.准备工作1.1.安装所需组件yum -y install curl curl-devel net-snmp net-snmp-devel perl-DBI php-gd php-xml php-bcmath1.2.添加zabbix用户useradd zabbix2.安装配置zabbix客户端2....
分类:其他好文   时间:2015-07-13 17:44:47    阅读次数:190
关于linux中文乱码的问题。
公司让人在一台装有ubuntu14.04的机器上安装net-snmp,可是这台机器的设置很让人不喜。没关系,一个个解决它。不能连接外网,得弄一个代理。 这个好说,在可以上外网的本机上安装squid工具来做代理即可。locale看看,这个设置得改啊。fx@fx:~$ localeLANG=zh_CN....
分类:系统相关   时间:2015-06-26 17:50:13    阅读次数:186
net-snmp的MIBs扩展(linux下)
net-snmp的MIBs扩展 net-snmp的MIBs扩展 1 编译安装net-snmp 2 编写MIB文件 MIB文件描述 一个简单的示例 3 使自定义的MIB文件生效 4 实现agent代理程序 使用mib2c程序来生成.c和.h文件。 只读节点readObject.c和re...
分类:Web程序   时间:2015-06-25 12:06:40    阅读次数:154
使用snmp+mrtg监控CPU、流量、磁盘空间、内存
1、 安装snmp yum install net-snmp* -y2、 修改/etc/snmpd.conf(可直接清空内容) ① 增加 rocommunity public ② 找到disk修改(df –k查看)可以有多个,看情况 disk / $size disk /boot $size1[....
分类:其他好文   时间:2015-06-24 18:44:18    阅读次数:166
Configure new Nagios clients
yum install -y gcc glibc glibc-common gd gd-devel make net-snmp openssl-devel xinetd打开:http://sourceforge.net/projects/nagios/files/nrpe-2.x/wget http...
分类:移动开发   时间:2015-06-17 23:21:07    阅读次数:212
snmp安装
切换到系统管理员帐户 1、安装snmp 确认snmp代理已安装 rpm -q net-snmp 如果未安装,安装snmp yum install net-snmp 设置开机自动运行snmp /sbin/chkconfig snmpd on2、配置snmp 编辑/etc/snmp/snmpd.conf 修改3处地方 更改团体名 查找如下行sec.name sou...
分类:其他好文   时间:2015-06-17 16:41:56    阅读次数:138
Ubuntu下Zabbix安装及使用问题
1.configure: error: MySQL library not found MySQL library not found apt-get install libmysqlclient-dev 2.configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config apt-get install...
分类:系统相关   时间:2015-06-15 16:25:26    阅读次数:177
173条   上一页 1 ... 10 11 12 13 14 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!