本文讲解Zabbix通过SNMP协议监控DellCompellent存储设备。本文的监控思路和监控网络设备是一样的:首先确定设备是否支持snmp协议,如果支持的话下一步要拿到设备的私有mib库,一般是向厂家索取或者到网上下载。如果没拿到mib库,设备oid的值没办法确定具体的含义,也就没办法监..
分类:
其他好文 时间:
2016-02-20 01:55:41
阅读次数:
547
30.8 Structure And Representation Of MIB Object Names We said that ASN.1 specifies how to represent both data items and names. However, understanding
分类:
其他好文 时间:
2016-02-14 19:48:24
阅读次数:
337
30.6 The Structure Of Management Information In addition to the standards that specify MIB variables and their meanings, a separate standard specifies
分类:
其他好文 时间:
2016-02-14 19:47:25
阅读次数:
168
30.5 Examples of MIB Variables Versions 1 and 2 of SNMP each collected variables together in a single large MIB, with the entire set documented in a s
分类:
其他好文 时间:
2016-02-14 19:41:29
阅读次数:
280
1、MIB库查看net-snmp的安装目录。/usr/share/snmp/mibs目录下:NET-SNMP-EXAMPLES-MIB.mib本件部分内容如下:netSnmpExampleHeartbeatRate OBJECT-TYPE SYNTAX Integer32 MA...
分类:
其他好文 时间:
2015-12-23 12:42:02
阅读次数:
679
几个基本概念:1.管理信息库(MIB):包含所有代理进程的所有可被查询和修改的参数。2.关于MIB的一套公用的结构和表示符号,叫做管理信息结构(SMI):SMI定义计数器是一个非负整数,当达到最大值时,从0开始计数。3.管理进程和代理进程之间的通信协议,叫做简单网络管理协议SNMP,虽然在传输层可以...
分类:
其他好文 时间:
2015-11-06 13:06:12
阅读次数:
183
JDK里面有TimeUnit,看spark源码有个ByteUnit。这个类还是挺不错的。public enum ByteUnit { BYTE (1), KiB (1024L), MiB ((long) Math.pow(1024L, 2L)), GiB ((long) Ma...
分类:
其他好文 时间:
2015-11-06 11:12:44
阅读次数:
168
1.3.6.1.2.1.25.4.2.1.2获取系统进程信息
分类:
其他好文 时间:
2015-10-22 19:33:20
阅读次数:
234
首先运行下面的脚本(脚本摘自:http://www.th7.cn/system/lin/201304/38800.shtml)#!/bin/bashfor i in /usr/share/mibs/ietf/IPSEC-SPD-MIB /usr/share/mibs/ietf/IPATM-IPMC-...
分类:
系统相关 时间:
2015-08-30 21:10:43
阅读次数:
241
//获得设备型号+ (NSString *)getCurrentDeviceModel:(UIViewController *)controller{ int mib[2]; size_t len; char *machine; mib[0] = CTL_HW; ...
分类:
移动开发 时间:
2015-08-26 01:43:22
阅读次数:
191