1、有基本的基础设施监控手段,比如nagios,zabbix。能及时处理问题,保障业务可用性,平时不太主动深入分析和观察系统,工作更多依赖于人的技能熟练程度,缺乏完善的运维工作流程和文档习惯。2、对平台实施深入观察,开展容量管理,安全管理等主动预防工作,定期提交详细报告..
分类:
其他好文 时间:
2016-05-18 12:55:13
阅读次数:
486
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
definehost{uselinux-serverhost_namelocalhostaliaslocalhostaddress127.0.0.1}definehostgroup{hostgroup_namelinux-serversaliasLinuxServersmemberslocalhost}
分类:
移动开发 时间:
2016-05-16 20:15:31
阅读次数:
252
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
使用方法: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
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上部署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
有的时候监控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
Whoops!Error:Couldnotreadhostandservicestatusinformation!Themostcommoncauseofthiserrormessage(especiallyfornewusers),isthefactthatNagiosisnotactuallyrunning.IfNagiosisindeednotrunning,thisisanormalerrormessage.ItsimplyindicatesthattheCGIscouldnotobtainthecu..
分类:
移动开发 时间:
2016-04-26 14:30:44
阅读次数:
611