nagios工作正常,各个监控页面也可以正常显示,唯独maps无法显示,提示TherequestedURL/nagios/cgi-bin/statusmap.cgiwasnotfoundonthisserver。进到/nagios/cgi-bin/文件夹中发现果然没有statusmap.cgi。上网查了一下,说是可能缺下面的安装包,gdgd-devellibpnglibpng-devell..
分类:
移动开发 时间:
2014-05-21 01:05:34
阅读次数:
393
nagios监控设置monitor告警的用户名和密码默认在commands.cfg文件中定义:其中参数解释:Vimcommands.cfg文件:/usr/local/bin/sendEmail–fnagios@test.com–tyahoon@test.com–smail.test.com–u“fromnagios”–xunagios–xpp#3isoda–mhappy解释:-f表示发送者的邮箱-t表示?.
分类:
移动开发 时间:
2014-05-21 00:36:54
阅读次数:
333
1.创建账号信息登录为root用户,#su–l创建nagios账号并设置密码#/usr/sbin/useraddnagios#passwdnagios2.安装nagios插件创建下载文件存放文件夹#mkdir~/downloads#cd~/downloads下载nagios插件#wgethttp://nagios-plugins.org/download/nagios-plugins-1.4.6.tar.gz解压文件#..
分类:
其他好文 时间:
2014-05-20 21:33:48
阅读次数:
510
Apache Module mod_reqtimeoutAvailable
Languages:enDescription:Set timeout and minimum data rate for receiving
requestsStatus:ExtensionModuleIdentifier...
分类:
其他好文 时间:
2014-05-19 19:31:41
阅读次数:
310
1 public class Console : IRun 2 { 3 public
Console(){ 4 this.TimeOut = 3000; 5 } 6 public string Result 7 ...
分类:
其他好文 时间:
2014-05-19 10:54:35
阅读次数:
202
尝试创建基于MVVM三层架构的异步任务:场景:View层触发ViewModel层的动作请求,ViewModel层异步的从Model层查询数据,当数据返回或者请求超时时正确更新ViewModel层数据并触发View层的UI更新。要求:View层保持UI响应,ViewModel层实现有超时控制的异步调用...
分类:
Web程序 时间:
2014-05-19 08:53:52
阅读次数:
404
写脚本的时候,经常需要用到超时控制。看《shell专家编程》时看到一个好例:修改了一下,1.超过timeout时间还没执行完,则kill进程,发邮件告警:set-xmailSend(){
mailContent="xxxx Web response time over 5 seconds" echo...
分类:
其他好文 时间:
2014-05-17 23:30:14
阅读次数:
497
DELL服务器硬件监控及DELL系统管理工具OMSA介绍
本文介绍采用使用Nagios和OMSA监控DELL服务器的硬件健康状态,Nagios监控的方式是NRPE模式,需要配置check_openmanage脚本和安装DELL的OMSA工具。...
分类:
其他好文 时间:
2014-05-16 01:48:56
阅读次数:
440
在eclipse启动tomcat时遇到超时45秒的问题:
Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor.
网上解决办法...
分类:
其他好文 时间:
2014-05-15 18:31:36
阅读次数:
242
CentOS下配置安装Nagios一、Nagios简介Nagios是一款开源的电脑系统和网络监视工具,能有效监控Windows、Linux和Unix的主机状态,交换机路由器等网络设置,打印机等。在系统或服务状态异常时发出邮件或短信报警第一时间通知网站运维人员,在状态恢复后发出正常的邮件或短信通知..
分类:
移动开发 时间:
2014-05-14 16:00:17
阅读次数:
443