分布式集群监控过程分布式集群监控部署说明本次监控实施采用分布式集群架构,一个Server端,多个Proxy端。Proxy负责终端数据的采集、监控策略下发和数据上报,Server端负责数据的集中存储、展示、和告警。通过该监控方案可以很好的实现跨机房的集中监控。监控小组成员负责实施的内容主要有:Proxy部署、Agent部署和Template模版配置。本文档作为实施参考。注意:监控客户端部署只需要完成
分类:
其他好文 时间:
2020-10-08 18:43:19
阅读次数:
16
[root@iZbp13sqw2uxewf87cku6vZconf.d]#vimupstream_dsc.conf#定义upstream服务器组,local_tomcat为upstream的组名。?upstreamlocal_tomcat{server10.29.149.92:8080weight=4;server10.28.141.148:8080weight=4;server127.0.0.1
分类:
其他好文 时间:
2020-10-08 18:37:40
阅读次数:
19
获取系统时间 LARGE_INTEGER system_time = { 0 }; LARGE_INTEGER local_time = { 0 }; TIME_FIELDS local_time_fields = { 0 }; KeQuerySystemTime(&system_time); Ex ...
$\mathcal OurOJ. 给定 \(n\) 个点的一棵树,有 $1,2,3$ 三种边权。一条简单有向路径 \((s,t)\) 合法,当且仅当走过一条权为 $3$ 的边之后,只通过了权为 $1$ 的边。\(m\) 次询问,每次询问给定 \(a,b,s,t\),表示将边 \((a,b)\) 的权 ...
分类:
其他好文 时间:
2020-10-07 20:52:25
阅读次数:
22
单机多实例1简单来说就是在一台机器上开启多个不同的服务端口(3306,3307)运行多个MySQL服务进程,共用一套安装程序,这些服务进程通过不同的socket监听不同的服务端口来提供各自的服务。环境设置1关闭防火墙systemctlstopfirewalld.service&&systemctldisablefirewalld.service2关闭selinuxsed-i‘
分类:
数据库 时间:
2020-10-06 20:00:13
阅读次数:
33
集群分发脚本xsync在/usr/local/bin目录下,创建xsync文件[root@yh-hadoop101bin]#pwd/usr/local/bin[root@yh-hadoop101bin]#chmod777xsync[root@yh-hadoop101bin]#lltotal4-rwxr-xr-x1rootroot487Sep2913:58xsync[root@yh-hadoop10
分类:
其他好文 时间:
2020-10-05 21:32:21
阅读次数:
19
kafka运行一段时间挂掉 查看日志: 修改./kafka/config/server.properties (修改日志存放位置) log.dirs=/tmp/kafka-logs ...
分类:
其他好文 时间:
2020-09-24 21:01:24
阅读次数:
54
参考:https://zhuanlan.zhihu.com/p/84346003(OK) getsebool -a | grep samba 然后发现输入的内容中有这两行 samba_enable_home_dirs --> off samba_export_all_rw --> off 终端继续输 ...
分类:
系统相关 时间:
2020-09-23 23:41:44
阅读次数:
62
1.环境准备 先三台机器安装redis,从安装包下复制sentinel.conf文件到/usr/local/redis/bin/ 192.168.56.10(主) 192.168.56.11(从) 192.168.56.12(从) 主 192.168.56.10 redis.conf修改 bind ...
分类:
其他好文 时间:
2020-09-23 23:36:44
阅读次数:
41
iOS开发常用的官方网站 MillerWang关注 2016.09.15 16:13:53字数 372阅读 317 https://developer.apple.com/support/技术支持 https://developer.apple.com/app-store/review/reject ...
分类:
移动开发 时间:
2020-09-23 23:34:11
阅读次数:
75