一、集群健康API查看集群状态信息:curl
http://localhost:9200/_cluster/health;echo查看集群节点信息:curlhttp://localhost:9200/_nodes/stats/host?pretty
分类:
其他好文 时间:
2015-09-01 00:12:37
阅读次数:
174
Untrusted PatrolTime Limit:3 Seconds Memory Limit:65536 KBEdward is a rich man. He owns a large factory for health drink production. As a matter of co...
分类:
其他好文 时间:
2015-08-29 20:09:38
阅读次数:
215
spring-boot-actuator模块提供了一个监控和管理生产环境的模块,可以使用http、jmx、ssh、telnet等拉管理和监控应用。审计(Auditing)、
健康(health)、数据采集(metrics gathering)会自动加入到应用里面。...
分类:
编程语言 时间:
2015-08-28 13:20:41
阅读次数:
497
Ceph radosgw 安装配置Ceph radosgw对象存储的接口,研究配置了许久,先分享如下。首先配置的前提是,你成功的配置了Ceph集群,通过ceph –s 查看ceph集群,处于health状态。在这里,我们这种集群的有个auth的配置为none,所以有关auth的部分也就是有关keying的,这里省略。1)创建rgw相关的pool
ceph osd pool create .rgw...
分类:
其他好文 时间:
2015-08-27 02:18:09
阅读次数:
1164
先给物体添加一个Collider组件(任意形状)。将Is Trigger选中。在绑定在此物体的脚本中添加方法:1 public void OnTriggerStay(Collider col) {2 if (col.tag == Tags.player &&health.hp>0...
分类:
其他好文 时间:
2015-08-25 23:05:36
阅读次数:
196
本文转自:http://www.cnblogs.com/nangong/p/ccdfabb7ccedbfa580acc6eeef286a27.html例子1:$('#day_health').datagrid({ url: "sqb_bweb_day_health.aspx?mode=...
分类:
Web程序 时间:
2015-08-11 18:03:09
阅读次数:
197
Part 1: 与人相处的秘密满足别人的需要,大多数人需要的东西:Health and the preservation of lifefoodsleepMoney and the things money will buyLife in the hereafterSexual gratificat...
分类:
其他好文 时间:
2015-08-02 00:57:52
阅读次数:
307
后端服务器健康检查
#vim/etc/varnish/health_check.vcl
probebackend_healthcheck{
.interval=5s;
.timeout=3s;
.window=10;
.threshold=8;
.request=
"GET/favicon.icoHTTP/1.1"
"Host:v5.ele.me"
"Connection:close"
"Accept-Encoding:foo/bar";
}
#后端服务器地址池配..
分类:
其他好文 时间:
2015-08-01 19:15:27
阅读次数:
413
using UnityEngine;
namespace CompleteProject
{
public class GameOverManager : MonoBehaviour
{
public PlayerHealth playerHealth; // Reference to the player's health.
...
分类:
其他好文 时间:
2015-07-28 21:20:21
阅读次数:
96