码迷,mamicode.com
首页 >  
搜索关键字:heartbeat nagios    ( 2123个结果
50.nagios监控工具
nagios监控工具Nagios是一款开源的计算机系统和网络监视工具,能有效的监控windows,linux和unix的主机状态,在系统和服务器状态异常的时候发送电子邮件或短信报警,第一时间通知网站运维成员,在状态恢复后发出正常的电子邮件或短信通知。Nagios四种监控状态:v0(OK)表示状..
分类:移动开发   时间:2017-07-10 16:55:45    阅读次数:435
Nagios check_ping Command Examples
check_ping command is a Nagios plugin that is used to check the ping output of a remote server. Based on the ping output, you can decide to set certai ...
分类:移动开发   时间:2017-07-09 16:23:19    阅读次数:401
How to Add Linux Host to Nagios Monitoring Server Using NRPE Plugin
In our first part of this article, we’ve explained in detail on how to install and configure latest Nagios Core 4.2.0on CentOS 7.2 server. In this art ...
分类:移动开发   时间:2017-07-09 16:19:57    阅读次数:304
Adding Hosts to Nagios
In my first nagios tutorial I talked you through the instillation process required for nagios, if you have not yet installed nagios please follow my t ...
分类:移动开发   时间:2017-07-09 16:01:44    阅读次数:262
Nagios监控
Nagios如何实现监控远程主机的资源? NRPE 是 Nagios 的一个功能扩展,它可在远程 Linux 和 UNIX 主机上执行插件程序。通过在远程服务器上安装 NRPE 构件及 Nagios 插件程序来向 Nagios 监控平台提供该服务器的一些本地情况,如 CPU 负载、内存使用、硬盘使用 ...
分类:移动开发   时间:2017-07-07 11:51:38    阅读次数:198
nagios配置邮件告警
1、编辑配置文件 vim /etc/nagios/objects/contacts.cfg增加如下内容:define contactgroup{ contactgroup_name admins alias Nagios Administraators members nagiosadmin,dd ...
分类:移动开发   时间:2017-07-07 10:30:18    阅读次数:267
nagios服务端安装
服务端安装:1、yum安装,首先安装epel扩展源 wget https://mirrors.aliyun.com/epel/epel-release-latest-6.noarch.rpm rpm -ivh epel-release-latest-6.noarch.rpm2、yum安装nagios ...
分类:移动开发   时间:2017-07-07 10:28:19    阅读次数:240
nagios客户端安装监控
1、在客户端机器上安装epel扩展源 yum install -y epel-release2、yum安装nagios及依赖包软件 yum install -y nagios-plugins nagios-plugins-all nrpe nagios-plugins-nrpe3、编辑nrpe配置文 ...
分类:移动开发   时间:2017-07-07 10:23:02    阅读次数:175
pt-heartbeat 监测RDS延迟
pt-heartbeat很常用的一个检测主从是否延迟的工具。下文虽然说是针对RDS的笔记,但是同样适用于社区版的MySQL。原理:在master上创建一个表,按照一定的时间频率更新该表的字段(把时间更新进去)。连接到slave上检查复制的时间记录,与slave的当前系统时间进行比较,得出时间..
分类:其他好文   时间:2017-07-06 10:22:03    阅读次数:175
netty心跳检测 heartbeat(五)
HeartBeat心跳 心跳检测的必要性 1.集群心跳检测,避免网络中断 2.数据同步:主节点写日志,从节点每隔一段时间拉取主节点日志。 心跳检测存在的意义: 客户端和服务端已经建立了长连接,客户端开飞行模式,关机,关闭wifi,服务端不会(感知)收到通知(handRemoved)并关闭连接。 核心 ...
分类:Web程序   时间:2017-07-05 22:05:09    阅读次数:287
2123条   上一页 1 ... 54 55 56 57 58 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!