码迷,mamicode.com
首页 >  
搜索关键字:nagios check_nrpe    ( 1376个结果
互联网运维工作的三个层次
1、有基本的基础设施监控手段,比如nagios,zabbix。能及时处理问题,保障业务可用性,平时不太主动深入分析和观察系统,工作更多依赖于人的技能熟练程度,缺乏完善的运维工作流程和文档习惯。2、对平台实施深入观察,开展容量管理,安全管理等主动预防工作,定期提交详细报告..
分类:其他好文   时间:2016-05-18 12:55:13    阅读次数:486
nginx+nagios使用用户名密码鉴权设置
1、使用htpasswd生成密码 使用apache生成/usr/local/apache2/bin/htpasswd -c ./htpasswd.users nagiosadmin 拷贝到nginx的服务器上,cp htpasswd.users /usr/local/nagios/etc/ 2、/u ...
分类:移动开发   时间:2016-05-17 14:51:11    阅读次数:824
nagios定义模板
definehost{uselinux-serverhost_namelocalhostaliaslocalhostaddress127.0.0.1}definehostgroup{hostgroup_namelinux-serversaliasLinuxServersmemberslocalhost}
分类:移动开发   时间:2016-05-16 20:15:31    阅读次数:252
nagios 安装部署试验
RH5.3 + VMware +Nagios11 + 环境 虚拟机vmware + 操作系统 linux rh5.3 步骤 rpm -q gcc glibc glibc-common gd gd-devel xinetd openssl-devel yum install -y gcc glibc glibc-common gd gd-devel xinetd openssl-deve...
分类:移动开发   时间:2016-05-13 15:09:53    阅读次数:302
nagios插件之监控f5pool中cngw主机session数
使用方法:f5_session_cngw_prod -H host -o oid vi f5_session_cngw_prod.c #include #include #include #include #define OK 0 #define WARNING 1 #define CRITICAL 2 #define UNKNOWN 3 #define LEN 1...
分类:移动开发   时间:2016-05-12 23:04:04    阅读次数:375
nagios
1.Nagios安装-服务端安装扩展YUM源(2个都可以,但是epel-release只有6.7版本才可以,6.7以前版本不支持)[root@localhost~]#yuminstall-yepel-release[root@localhost~]#wget-P/etc/yum.repos.d/http://mirrors.aliyun.com/repo/epel-6.repo安装nagios服务以及相关支持服务:[..
分类:移动开发   时间:2016-05-10 15:22:36    阅读次数:173
nagios监控mysql
在nagios上部署check_mysql_health 监控mysql 博客分类: 架构 在nagios上部署check_mysql_health 监控mysql 架构 本监控为基于nagios服务器主动监控方法,利用check_mysql_health实现多种监控模式: connection-t ...
分类:移动开发   时间:2016-05-05 19:13:34    阅读次数:207
报警平台
更多人在用传统的Nagios,Zabbix等监控工具。Jason Dixon在2012就意识到这些工具的问题是每个人都想做到大而全,实际上我们更需要的是一对小二精的组件拼装成一个个性化的解决方案。推荐大家去看一下他的演讲视频:https://speakerdeck.com/obfuscurity/t ...
分类:其他好文   时间:2016-05-04 11:55:13    阅读次数:1481
nagios插件脚本check_linux_stats.pl 安装
有的时候监控CPU内存使用率的情况时,nagios自身多带的插件有一些缺陷。我们下面使用check_linux_stats.pl这个perl脚本来监控系统运行的一些参数。我们到https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_linux_stats/details上下载check_linux_s..
分类:移动开发   时间:2016-04-27 19:09:16    阅读次数:644
nagios联系人邮箱错误导致nagios无法启动
Whoops!Error:Couldnotreadhostandservicestatusinformation!Themostcommoncauseofthiserrormessage(especiallyfornewusers),isthefactthatNagiosisnotactuallyrunning.IfNagiosisindeednotrunning,thisisanormalerrormessage.ItsimplyindicatesthattheCGIscouldnotobtainthecu..
分类:移动开发   时间:2016-04-26 14:30:44    阅读次数:611
1376条   上一页 1 ... 62 63 64 65 66 ... 138 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!