码迷,mamicode.com
首页 >  
搜索关键字:health    ( 444个结果
Kuberbetes实践——镜像拉取策略、command args参数
command args参数 示例1: spec: containers: - name: liveness image: busybox command: ["sh", "-c"] args: - /bin/sh - -c - echo ok > /tmp/health; sleep 10; rm ...
分类:其他好文   时间:2020-05-24 16:27:40    阅读次数:66
spring的监控视图
1, actuator: 调用方法 http://localhost:port/actuator/health 可用项: iddescSensitive auditevents 显示当前应用程序的审计事件信息 Yes beans 显示应用Spring Beans的完整列表 Yes caches 显示 ...
分类:编程语言   时间:2020-05-12 14:07:11    阅读次数:63
js实现分享图片
1.效果展示: 2.代码实现: // 合成分享图片 function drawImage(qcodeUrl,inviter_name){ var canvas = document.getElementById('myCanvas'); var context = canvas.getContext ...
分类:Web程序   时间:2020-05-06 12:16:24    阅读次数:174
actuator
``` org.springframework.boot spring-boot-starter-actuator ``` ``` # 显示详情 management: endpoint: health: show-details: always endpoints: web: exposure: ... ...
分类:其他好文   时间:2020-05-01 20:34:51    阅读次数:86
【NoSQL】Consul中服务注册的两种方式
今天遇到写一个服务启动自注册的逻辑时产生了一点纠结,可以使用`agent`对象的`register`方法进行注册,也可以使用`catalog`的`register`方法进行注册。那么,两种方式有什么区别呢?
分类:数据库   时间:2020-04-24 01:13:51    阅读次数:181
2020.4.19 练习
1. 创建一个函数,该函数返回两个战斗机之间的战斗中获胜者的名字。 每个战斗机轮流攻击对方,而首先杀死对方的人是胜利的。死亡被定义为具有health <= 0。 每个战斗机将是一个Fighter对象/实例。请以您选择的语言查看下面的Fighter类。 这两个health和damagePerAttac ...
分类:其他好文   时间:2020-04-20 09:15:45    阅读次数:72
CSGO项目
#include <Windows.h> #include <sstream> #include <iostream> #include <math.h> #include "HackProcess.h" #include <vector> #include <algorithm> CHackPro ...
分类:其他好文   时间:2020-04-17 12:40:08    阅读次数:179
Elasticsearch(索引操作
查看集群状态 GET _cluster/health http://192.168.1.200:9200/_cluster/health (GET) { "cluster_name":?"cluster es node", 节点名称 "status":?"green", //状态 (三个状态 gre ...
分类:其他好文   时间:2020-04-12 14:50:26    阅读次数:73
SpringCloud(五)Eureka配置
Eureka Client 配置项(eureka.client.*) org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eureka.client.enabled用于指示Eureka客户端已启用的标志true eureka ...
分类:编程语言   时间:2020-04-05 18:21:18    阅读次数:61
【Ceph运维】ceph 日常运维
Ceph 日常运维管理 [TOC] 一、集群监控管理 1、集群整体运行状态 2、常用查询状态指令 集群状态: HEALTH_OK,HEALTH_WARN,HEALTH_ERR 3、集群标志 4、集群标志操作 a) 设置noout状态 b) 取消noout状态 c) 将指定文件作为对象写入到资源池中 ...
分类:其他好文   时间:2020-04-02 16:15:00    阅读次数:116
444条   上一页 1 2 3 4 5 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!