OS:centos5.7final32bitApache/2.4.2PHP/5.3.13NagiosCore3.4.1nagios-plugins-1.4.15rrdtool-1.4.7pnp4nagios-0.6.17一、安装Apache去Apache官网下载apr和apr-utilapr./configure--prefix=/usr/local/aprmakemakeinstallapr-util./configure--prefix=/usr/local/apr-util--wi..
分类:
移动开发 时间:
2015-04-01 20:18:18
阅读次数:
264
1.nagios根目录[root@tong1nagios-4.0.8]#lltotal28drwxrwxr-x.2nagiosnagios4096Apr114:50bin--二进制文件drwxrwxr-x.3nagiosnagios4096Apr115:27etc--配置文件drwxr-xr-x.2rootroot4096Apr115:23include--包含文件drwxrwxr-x.2nagiosnagios4096Apr115:23libexec--插件文件drw..
分类:
移动开发 时间:
2015-04-01 20:17:22
阅读次数:
244
#集群是什么:
集群是由两台或两台以上的计算机连接在一起,来共同执行任务,叫集群;
#集群根据业务目标而分为:
--HighAvailability #高可用
--LoadBalancing #负载均衡
--HighPerformance #组计算机完成计算
#实现集群产品:
HA:
RHCS #红帽集群套件
heartbeat #开源..
分类:
其他好文 时间:
2015-04-01 20:14:39
阅读次数:
134
1.首先要确定nagios监控软件在服务器端安装2.在监控端要安装nrpe插件[root@tong1~]#yuminstallxinetdopensslopenssl-devel-y[root@tong1~]#wgethttp://liquidtelecom.dl.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.15/nrpe-2.15.tar.gz[root@tong1~]#tarxvfnrpe-2.15.tar..
分类:
移动开发 时间:
2015-04-01 20:08:39
阅读次数:
317
运维人员必须熟悉的运维工具汇总操作系统:Centos※,Ubuntu,Redhat※,suse,Freebsd网站服务:nginx※,apache※,lighttpd,php※,tomcat※,resin※数据库:MySQL※,Mysql-proxy,MariaDB,PostgreSQL代理相关:lvs,keepalived,haproxy,nginx,apache,heartbeat(此行都是※)网站..
分类:
其他好文 时间:
2015-04-01 13:31:19
阅读次数:
178
本文首发于烂泥行天下在nagios安装完毕后,我们也添加了一些监控对象,但是你会发现nagios只是简单的给我们列出那些监控对象是正常的,而没有把这些监控对象的数据进行整合。如下:其实nagios已经给我们提供了一个制图工具pnp4nagios,只是我们还没有安装而已。pnp4nagios是一..
分类:
移动开发 时间:
2015-03-31 20:31:26
阅读次数:
295
(lnmp平台)系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.185 server85.example.com 192.168.122.117 server17.example.com (注:时间需同步)相关网址: r...
分类:
移动开发 时间:
2015-03-31 17:30:18
阅读次数:
685
首先查看服务是否启动
[root@mode etc]# ps -ef | grep nagios
nagios 3256 3197 0 Mar21 ? 00:00:00 /usr/sbin/httpd
nagios 3258 3197 0 Mar21 ? 00:00:00 /usr/sbin/httpd
nagios 3261 3197...
分类:
系统相关 时间:
2015-03-21 17:07:21
阅读次数:
203
在linux下如果要查找包含某个关键字的文件,如要在nagios目录下搜索带有关键字“store-rd-sys”的文件,在终端下运行命令:/usr/local/nagios/etc/*(nagios目录)法1:grep-r“关键字”路径[root@nagios01~]#grep-r"store-rd-sys"/usr/local/nagios/etc/cfgs//usr/local/nagio..
分类:
系统相关 时间:
2015-03-20 18:55:29
阅读次数:
202