会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
53
54
55
56
57
58
59
60
61
···
66
下一页
2021年11月25日
Prometheus监控consul
摘要: 一 consul监控项 Transaction timing Leadership changes Autopilot Garbage collection 二 consul服务监控 File descriptors CPU usage Network activity Disk activity
阅读全文
posted @ 2021-11-25 20:23 小吉猫
阅读(1471)
评论(0)
推荐(1)
2021年11月24日
consul v1.10.4 集群部署
摘要: 一 系统设置 1.1 系统时间同步 ~# apt -y install chrony ~# systemctl start chrony ~# systemctl enable chrony 1.2 服务器规划 主机名 IP 角色 consul-01 192.168.174.103 consul s
阅读全文
posted @ 2021-11-24 21:20 小吉猫
阅读(1934)
评论(0)
推荐(0)
consul命令格式
摘要: 一 consul命令格式 root@consul-01:~# consul --help Usage: consul [--version] [--help] <command> [<args>] 可用的命令有: acl 与 Consul 的 ACL 交互 agent 运行一个 Consul 代理
阅读全文
posted @ 2021-11-24 17:59 小吉猫
阅读(254)
评论(0)
推荐(0)
consul基础
摘要: 一 consul介绍 官方文档:https://www.consul.io/docs/intro Consul 是一种服务网格解决方案,提供具有服务发现、配置和分段功能的全功能控制平面。这些功能中的每一个都可以根据需要单独使用,也可以一起使用以构建完整的服务网格。Consul 需要一个数据平面并支持
阅读全文
posted @ 2021-11-24 17:28 小吉猫
阅读(483)
评论(0)
推荐(0)
zookeeper监控
摘要: 一 修改zoo.cfg文件 官方文档:http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_configuration root@zk-01:~# echo "4lw.commands.whitelist=*" >> /usr/
阅读全文
posted @ 2021-11-24 16:18 小吉猫
阅读(402)
评论(0)
推荐(0)
Prometheus之redis告警rules配置
摘要: ~# cat /usr/local/prometheus/rules/redis.yaml groups: - name: redisdown rules: - alert: RedisDown expr: redis_up == 0 for: 1m labels: name: instance s
阅读全文
posted @ 2021-11-24 15:20 小吉猫
阅读(899)
评论(0)
推荐(0)
Prometheus之容器告警rules配置
摘要: ~# cat /usr/local/prometheus/rules/pod.yaml groups: - name: Container rules: - alert: ContainerCPU expr: (sum by(name,instance) (rate(container_cpu_us
阅读全文
posted @ 2021-11-24 15:19 小吉猫
阅读(654)
评论(0)
推荐(0)
Prometheus之主机告警rules配置
摘要: prometheus.yml # my global config global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_in
阅读全文
posted @ 2021-11-24 15:18 小吉猫
阅读(573)
评论(0)
推荐(0)
Prometheus之配置详解
摘要: prometheus的配置文件prometheus.yml,它主要分以下几个配置块: 全局配置 global 告警配置 alerting 规则文件配置 rule_files 拉取配置 scrape_configs 远程读写配置 remote_read、remote_write 全局配置 global
阅读全文
posted @ 2021-11-24 14:58 小吉猫
阅读(3804)
评论(0)
推荐(0)
zookeeper集群部署
摘要: 一 系统设置 1.1 时间同步 ~# apt -y install chrony ~# systemctl start chrony ~# systemctl enable chrony 1.2 服务器规划 角色 IP zk-01 192.168.174.103 zk-02 192.168.174.
阅读全文
posted @ 2021-11-24 14:06 小吉猫
阅读(235)
评论(0)
推荐(0)
上一页
1
···
53
54
55
56
57
58
59
60
61
···
66
下一页
公告