ChinaUnix.net
相关文章推荐:

snmp poller warning

192.168.12.21是被监控端ip地址 我在服务器端执行下面命令,能取到数据 [root@localhost lib]# snmpwalk -v2c -c public 192.168.12.21 .1.3.6.1.4.1.2021.1 UCD-SNMP-MIB::ucdavis.1.1.0 = INTEGER: 1 UCD-SNMP-MIB::ucdavis.1.2.1.2.4.116.101.115.116 = STRING: "/root/test.sh" UCD-SNMP-MIB::ucdavis.1.2.1.3.4.116.101.115.116 = "" UCD-SNMP-MIB::ucdavis.1.2.1.4.4.116.101.115.116 = "" UCD-SNMP-MIB::ucdavis.1.2.1.5.4....

by 归隐乡村 - 初创企业IT架构选型 - 2013-07-26 16:45:07 阅读(2023) 回复(0)

相关讨论

signal(SIGINT,&sigprocess) warning: passing argument 2 of ‘signal’ from incompatible pointer type 请问这句警告说明什么问题呢?

by kellenforever - C/C++ - 2010-04-21 00:14:24 阅读(1268) 回复(4)

上面的问题是什么原因?怎样解决?

by zlhgood - BSD - 2007-05-02 23:43:56 阅读(1951) 回复(1)

我想在原来装有WIN2000SEVER硬盘里装LINUX,但在进行光盘启动安装过程,前面都很顺利,到了分区阶段,不管是手工分区还是自动分区,分区结束后先提示: Warning! The kernel was unable to re-read the partition table on /dev/ide/host0/bus0/target0/lun0/disc (Device or resource busy).This means Linux won't know anything nothing about the modifications you make until you reboot.You should reboot your computer b...

by hg7723 - Linux系统管理 - 2007-03-31 20:12:03 阅读(940) 回复(0)

CMDPHP: poller[0] WARNING: SNMP Get Timeout for Host:'10.145.252.4', and OID:'.1.3.6.1.2.1.25.2.3.1.5.5' 我用的是spine 采集数据为什么会出现这个错误呢?就这台服务器有错误其他都没有

by bluesky0927 - BSD - 2011-05-06 09:41:47 阅读(3867) 回复(3)

图片提示这个, 请问这个文件是干嘛的?

by 小丶力丫 - Linux系统管理 - 2011-11-22 17:01:29 阅读(3253) 回复(12)

近来需要做关于SNMP协议相关的移植工作,网上查了一些资料,说移植net-snmp,高手们有什么好的建议吗?不胜感激!

by daifeng1985 - 嵌入式开发 - 2012-02-08 10:35:33 阅读(1001) 回复(2)

Dec 3 12:05:29 abc /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] Agent snmpd appeared dead but responded to ping Dec 3 12:49:45 abc /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] Agent snmpd appeared dead but responded to ping Dec 3 13:34:18 abc /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] Agent snmpd appeared dead but responded to ping Dec 3 14:19:10 abc /usr/lib/snmp/snmpdx: [ID 702911 da...

by 鑫杰 - Solaris - 2009-12-08 13:11:03 阅读(1921) 回复(3)

最近在配mrtg,通过SNMP取值,关于cpu,内存方面,windows硬件mib值,想请问下如何查询windows的mib值(cpu,内存等)

by game118148492 - Linux系统管理 - 2009-08-20 11:20:42 阅读(1110) 回复(2)

术语说明: SNMP -- 简单网络管理协议 (Simple Network Management Protocol) MIB -- 管理信息库,它由一个系统内的许多被管理对象及其属性组成。MIB这个概念实际上就是一个虚拟数据库。这个数据库提供有关被管理网络元素的信息,而这些信息由管理进程和各个代理进程共享。MIB由管理进程和各个代理进程共同使用。示例如下: 【 sysUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "距最...

by exp07 - Linux文档专区 - 2008-07-28 16:09:17 阅读(923) 回复(0)

#include #include #include #include #include #include #include #include #include #include char evilcode[] = { 0x19, 0x02, 0x02, 0x1e, 0x0c, 0x02, 0x01, 0x00, 0x02, 0x01, 0x00, 0x30, 0x0d, 0x30, 0x0b, 0x06, 0x07, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x05, 0x00, 0x00 }; unsigned short in_cksum(addr, len) u_short *addr; int len; { register int nleft = len; registe...

by skyajlm - Linux文档专区 - 2008-04-07 17:21:01 阅读(781) 回复(0)