ChinaUnix.net
相关文章推荐:

nagios snmp port status down alter

大家好,请教大家个问题,两台brocade 5100 经过运营商的DWDM设备进行了单口级联,现在看到其中一台设备上的级联的port灯是绿灯快闪的,查了下文档,表示:port is online and an internal loopback diagnostic test is running . 但是长时间持续,请问这种状态正常吗?有什么解决办法?还是说级联后还需要其他配置。刚接触光纤交换机,所以不大懂。谢谢大家了。

by shellyxz - 存储备份 - 2012-09-26 15:44:52 阅读(1270) 回复(2)

相关讨论

Usage: if{up,down,status} [] [-o ] hwdesc may be the interface name or any valid description of the corresponding device, for details see ifup(8). Options are: [on]boot : we are currently booting (or shutting down) auto : alias for boot hotplug : we are handling a hotplug event manual : we do it manually (default, just needed with 'rc' rc : we are called by a ...

by ilovit - Linux文档专区 - 2009-02-11 14:51:14 阅读(1030) 回复(0)

安装的打印机,这是在日志里报的错,还有一个错误] renderer command: foo2zjs-wrapper -P -z1 -L0 -r1200x600 -p9 -s7 -m1 -n1 /usr/bin/foo2zjs-wrapper: illegal option -- z renderer return value: 1 renderer received signal: 1 Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3 error: 非法 seek 操作 (29) Possible error on renderer command...

by miaho - 服务器架设 - 2006-06-26 14:33:30 阅读(825) 回复(0)

安装的打印机,这是在日志里报的错,还有一个错误] renderer command: foo2zjs-wrapper -P -z1 -L0 -r1200x600 -p9 -s7 -m1 -n1 /usr/bin/foo2zjs-wrapper: illegal option -- z renderer return value: 1 renderer received signal: 1 Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3 error: 非法 seek 操作 (29) Possible error on renderer command...

by miaho - 服务器应用 - 2006-06-26 14:33:30 阅读(1037) 回复(0)

nagios status map无法显示 [root@nagios sbin]# ldd statusmap.cgi linux-gate.so.1 => (0x00110000) libgd.so.2 => /usr/lib/libgd.so.2 (0x00b15000) libttf.so.2 => not found libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00dc7000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x064eb000) libz.so.1 => /lib/libz.so.1 (0x00aff000) libm.so.6 => /lib/libm.so....

by linjingcheng - Linux系统管理 - 2009-05-16 17:04:45 阅读(4324) 回复(8)

这种情况是什么地方出了错?

by h快乐男孩 - Microsoft System Center - 2007-04-13 01:36:21 阅读(4051) 回复(1)

本帖最后由 frontad 于 2014-05-21 14:54 编辑 我下了个check_nginx,在nagios里配置完成后一直不能更新状态信息(图中红圈内的值)。请各位大侠帮忙看看,非常感谢! services.cfg的配置 define service{ use local-service host_name VSVR7B03 service_description nginx_status check_command check_nginx!www.firstshare.cn!/nginx_sta...

by frontad - 监控及自动化运维技术 - 2014-05-23 10:38:33 阅读(11206) 回复(16)

1、在nagios的返回信息中加入中文,然后在nagios的页面的status Information中显示乱码,一开始以为是mysql数据库的问题,最后把mysql数据库的字符集修改成了utf8,然后并且主机的也是。apache的也修改成了utf8.并且测试手工更新mysql数据库是能显示中文的,因此可以排除是mysql的问题。然后nagios的显示数据都是有ndoutils写入mysql的,因此是否是ndoutils写入数据的时候出现问题了,出现乱码,从而导致这样的问题?有哪位遇到过此...

by yekeqiang - 监控及自动化运维技术 - 2012-12-06 15:05:12 阅读(1620) 回复(0)

nagios里的Web页上点"3-D status Map"时提示"打开statuswrl.cgi"的问题,这个问题是玩nagios最常见的问题nagios的官方网站的faq里都有得说,看这里意思差不多就是说:"如果要看3-D statusmap CGI (statuswrl.cgi)的输出的话,得为你的web浏览器安装vrml的client(客户端)或plugin(插件)"然后还推荐了四个工具. Cortona (Parallel Graphics) Cosmo Player (Computer Associates and NIST) FreeWRL和OpenVRML 好像最后两个没有windows版...

by windychan - Linux文档专区 - 2007-09-19 15:54:09 阅读(693) 回复(0)

为了监控Windows主机上面的网卡流量,我配置了snmp,并且开放了主机和服务器的snmp端口,配置了共同体名,nagios配置文件是这样写的[code]define service{ use generic-service host_name IP service_description Bandwidth check_command check_snmp_int!nagios!Broadcom NetXtreme Gigabit Ethernet!2!50!10!60 #check_command ...

by royzs - 监控及自动化运维技术 - 2012-09-17 16:02:22 阅读(3448) 回复(7)

各位好,我在centos 5.6上建了个nagios-3.2.1,另外安装了nagios-snmp-plugins.1.1.1来监控服务器。 现在碰到的问题是,直接使用命令执行时能正常返回结果,但是使用nagios时就报错,详细信息 如下: 1、在命令行执行正常: [root@bogon libexec]# ./check_snmp_storage.pl -H 10.38.202.202 -C public -m "^C" -w 90 -c 95 -t 60 C:\ Label:Systen Serial Number b0534333: 79%used(19738MB/25000MB) (<90%) :...

by 太极球 - Linux系统管理 - 2011-11-14 16:30:47 阅读(3323) 回复(3)