wget http://labs.consol.de/wp-content/uploads/2011/08/check_mysql_health-2.1.7.tar.gzwget http://labs.consol.de/wp-content/uploads/2010/03/check_mysql_health-2.1.1.tar.gz wget http://www.shinguz
原创
2013-04-15 10:10:19
2757阅读
nagios 监控mysql(check_mysql_health插件)
原创
2012-04-23 14:44:59
1103阅读
icinga2 check_mysql_health插件https://labs.consol.de/nagios/check_mysql_health/# tar zxfv check_mysql_health-2.2.2.tar.gz# cd check_mysql_health-2.2.2# ./configure# make# make install# cp -rv /usr/local
原创
2017-10-31 17:01:07
1046阅读
nagios 监控slave(check_mysql_health插件)
原创
2012-04-23 16:26:35
828阅读
Beschreibung check_mysql_health ist ein Plugin, mit dem unterschiedliche Parameter einer MySQL-Datenbank überprüft werden können. Kommandozeilenparameter –hostname <hostn
原创
2011-08-09 10:43:41
1487阅读
菜鸟成长记
原创
2010-08-06 10:58:20
1500阅读
原始出处:http://wangjc-opal.iteye.com/blog/1150259 本监控为基于nagios服务器主动监控方法,利用check_mysql_health实现多种监控模式: connection-time &n
转载
精选
2016-06-02 15:53:47
481阅读
今天在博客的交流区收到一条不错的问题,拿出来给大家分享一下。具体问题如下:因为项目里面用到了redis集群,但并不是用spring boot的配置方式,启动后项目健康检查老是检查redis的时候状态为down,导致注册到eureka后项目状态也是down。问下能不能设置spring boot不检查 redis的健康状态 "redis": {
"status": "DOWN",
转载
2024-01-04 22:28:46
145阅读
以下只是适合现在所在公司的方案:方案一:通过nginx的healthcheck_nginx_upstreams模块来实现缺点是:属于第三方模块,需要独立编译安装,且2年多没有更新了,不知道对1.6以上的nginx版本支持如何;项目的仓库地址:https://github.com/cep21/healthcheck_nginx_upstreams方案二:使用Tengine,自带了ngx_http_u
原因?为什么会使用nginx_heath 这个模块,主要是如nginx+tomcat部署的时,tomcat挂了之后nginx->upstream 轮询是可以踢掉挂掉的tomcat服务的,如果部署的机器挂了之后nginx轮询是不能踢掉的,如果服务再去请求,就会出现请求超时!1、ngx_http_proxy_module 模块和ngx_http_upstream_module模块(自带) 官网地
转载
2024-05-28 10:59:22
143阅读
针对Linux的检查,编写了shell脚本,如下:
#!/bin/sh################################################################################################################Script name: linuxHealthCheck.sh#Script descripti
原创
2022-08-04 09:41:28
165阅读
项目中某个微服务开启了spring健康检查:eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://localhost:8800/eureka/ #注册中心地址
instance:
hostname: localhost
ins
转载
2024-07-09 10:27:43
153阅读
1、下载check_oracle_health,从http://labs.consol.de/wp-content/uploads/2009/09/check_oracle_health-1.6.3.tar.gz下载源文件。#tar -zxvf check_oracle_health-1.6.3.tar.gz #cd check_oracle_health-
原创
2013-07-25 11:09:30
1244阅读
batch job to restart tomcat and health check for tomcat application
原创
2023-06-27 16:54:43
65阅读
## Redis Cluster Health Check
Redis is an open-source, in-memory data structure store that is used as a database, cache, and message broker. Redis Cluster is a distributed implementation of Redis tha
原创
2024-06-30 06:21:36
37阅读
# 如何实现python redis health check
## 简介
在开发过程中,经常需要对redis服务器进行健康检查,以确保系统的正常运行。本文将介绍如何使用python来实现redis健康检查,并指导刚入行的小白如何完成这个任务。
## 流程
以下是实现python redis健康检查的流程:
```mermaid
journey
title 实现python redi
原创
2024-02-27 07:17:14
139阅读
#!/bin/bash
#
fwm=6
sorry_server=127.0.0.1
rs=('172.16.100.21' '172.16.100.22')
rw=('1' '2')
type='-g'
chkloop=3
rsstatus=(0 0)
logfile=/var/log/
原创
2019-01-10 17:09:21
606阅读
点赞
对 health_check_period与healht_check_timeout,官方解释如下:health_check_periodThis parameter specifies the interval between the health checks in seconds. Default is 0, which means health check is disabled. You need to reload pgpool.conf if you change health_check_period.health_check_timeoutpgpool-II periodic
转载
2012-08-02 15:24:00
180阅读
1. If you use gfs, then you may use following command to see if the list output and df output are the same on all the nodes, e.g:
#gfs_tool list
#gfs_tool d
原创
2011-05-03 14:33:08
800阅读
以下脚本可以用于检查Grid Control(OMS) Repository的健康程度:
set linesize 130
set pagesize 50000
Set feedback off
set heading off
SPOOL RepositoryHealth.log
PROMPT ********* Report to capture the Health of the EM G
原创
2011-08-29 06:10:54
391阅读