发布时间:2018-03-05 13:23:11
1. HAproxy configurationA: Installation (Both Master and Backup)> wget http://www.haproxy.org/download/1.7/src/haproxy-1.7.9.tar.gz> tar zxf haproxy-1.7.9.tar.gz> cd haproxy-1.7.9> make TARGET=linux2628 USE_PCRE=1 PREFIX=/usr/local/haproxy> make install PREFIX=/usr/loca.........【阅读全文】
发布时间:2018-02-12 21:30:35
1. 拉取镜像docker pull prom/alertmanagerdocker pull prom/prometheusdocker pull google/cadvisordocker pull prom/node-exporterdocker pull grafana/grafana2. 运行cadvisordocker run \ --volume=/:/rootfs:ro \ --volume=/var/run:/var/run:rw \ --volume=/sys:/sys:ro \ .........【阅读全文】
发布时间:2018-02-12 16:02:25
1. 下载安装包https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.1.rpmhttps://artifacts.elastic.co/downloads/kibana/kibana-6.2.1-x86_64.rpm2. 安装rpm -ivh elasticsearch-6.2.1.rpmrpm -ivh kibana-6.2.1-x86_64.rpm3. 安装x-pack/usr/share/elasticse.........【阅读全文】