拓扑图:一安装Nagios1、安装前准备a、创建Nagios用户和用户组,创建nagios主目录[root@Server/]#useradd-s/sbin/nologinnagios[root@Server/]#passwdnagios[root@Server/]#mkdir/usr/local/nagios[root@Server/]#chownnagios.nagios/usr/local/nagios/b、开启sendmail或者Post..
分类:
移动开发 时间:
2014-08-07 19:21:51
阅读次数:
466
按照上篇centreon部署文档安装centreon服务器,使用时发现centreon、nagios、系统日志出现很多报错,并且centreonweb页面不能查看监控到的主机状态,现将错误处理记录如下。1、使用servicendo2dbstart启动nod2db时,报错:Startingndo2db:Couldnotbindsocket:Addressalreadyinu..
分类:
其他好文 时间:
2014-08-07 19:20:51
阅读次数:
387
Ubuntu下icinga安装步骤:http://sourceforge.net/projects/icinga-cn/files/icinga-cn/icinga-cn-1.11/icinga-cn-1.11.5.tar.gz/downloadhttp://nagios-plugins.org/download/nagios-plugins-2.0.3.tar.gz$sudouseraddicinga$sudoapt-getinstalllibdbi-dev$sudoapt-getinstall..
分类:
移动开发 时间:
2014-08-07 07:35:20
阅读次数:
268
上篇文章写到了我们布置的nagios监控本机的状态,下面我们来看下nagios监控服务器状态的配置。至于为什么要这么配置,大家可以自行去百度下看看使用NRPE插件实现对remoteserver进行监控,远程服务器配置1,编译安装nagios-plugin,提供检查服务器状态时使用的命令。这些命令可..
分类:
移动开发 时间:
2014-08-06 06:20:51
阅读次数:
264
上篇我们把被监控端的配置已经完成。下面再让我们回到nagios监控端配置下即可完成对服务器的监控工作1,安装nrpetar-zxvfnrpe-2.12.tar.gz-C/usr/src/cd/usr/src/nrpe-2.12/ls./configuremake&&makeinstallmakeinstall-plugin/usr/local/nagios/libexec/check_nrpe-H19..
分类:
移动开发 时间:
2014-08-06 06:19:21
阅读次数:
326
首先说下自己的搭建环境。RedHat6.4系统nagios-4.0.7。关闭selinux和iptables服务1,准备工作,安装好nagios所需要的软件ApachePHPGCCcompilerGDdevelopmentlibrariesyuminstallhttpdphpgccglibcglibc-commongdgd-devel2,创建nagios使用的账号和组,首先要切换成管理员账号[ro..
分类:
移动开发 时间:
2014-08-05 22:54:11
阅读次数:
295
http://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/
分类:
移动开发 时间:
2014-08-05 14:24:00
阅读次数:
225
http://www.tecmint.com/how-to-add-windows-host-to-nagios-monitoring-server/
分类:
移动开发 时间:
2014-08-05 14:23:40
阅读次数:
204
http://www.tecmint.com/install-nagios-in-linux/
分类:
移动开发 时间:
2014-08-05 14:23:20
阅读次数:
215
之前写过一个heartbeat-ldirectord实现LVS的高可用,这里引入一个轻量级的程序Keepalived基于VRRP协议工作,也能为服务提供高可用功能,这个程序的开发初衷是为了给lvs提供高可用。下面我们来看看如何使用keepalived+ipvs实现高可用+负载均衡。在RHEL6.4以后就提供了rpm格式的..
分类:
其他好文 时间:
2014-08-05 11:29:30
阅读次数:
366