会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
記憶や空白
博客园
首页
新随笔
联系
订阅
管理
2024年9月4日
kubernetes初始化集群时报错
摘要: 报错:kubernetes初始化端口占用及文件存在(本人是之前初始化过一次) [root@master ~]# kubeadm init --apiserver-advertise-address=192.168.20.200 --image-repository=registry.aliyuncs
阅读全文
posted @ 2024-09-04 15:14 記憶や空白
阅读(178)
评论(0)
推荐(0)
2024年9月2日
crictl报错,containerd配置
摘要: 报错: WARN[0000] runtime connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/containerd/containerd.sock unix:///run/crio/crio.
阅读全文
posted @ 2024-09-02 17:21 記憶や空白
阅读(963)
评论(1)
推荐(0)
docker拉取镜像失败-----换源
摘要: docker报错: error pulling image configuration: download failed after attempts=6: dial tcp 108.160.170.39:443: connect: connection refused出这个错误就是你源有问题 编辑
阅读全文
posted @ 2024-09-02 10:16 記憶や空白
阅读(250)
评论(0)
推荐(0)
2024年7月17日
centos7 安装nginx
摘要: 一.安装必要的依赖 yum install gcc-c++ -y yum install -y openssl openssl-devel yum install -y zlib zlib-devel yum install -y pcre pcre-devel 二.下载nginx安装包 进入usr
阅读全文
posted @ 2024-07-17 16:01 記憶や空白
阅读(26)
评论(0)
推荐(0)
2024年7月14日
certbot申请泛域名证书Let's Encrypt免费证书
摘要: 一.什么是泛域名证书? 例如:*.xxx.cn 也就是这个证书可以给某个域名的所有二级域名使用,就叫做泛域名证书(也称作通配符证书)。 Let's Encrypt 官方推荐我们使用certbot 脚本申请证书(当然也可以使用acme.sh等方式), 以下是申请步骤基于Debian10 python3
阅读全文
posted @ 2024-07-14 03:37 記憶や空白
阅读(1196)
评论(0)
推荐(0)
2023年10月25日
Alertmanager redis告警规则
摘要: groups: - name: redis集群预警 rules: - alert: "redis节点下线" expr: up{instance=~".*:59121"} == 0 for: 20s labels: severity: ERROR alert_type: "节点下线通知" alert_
阅读全文
posted @ 2023-10-25 18:05 記憶や空白
阅读(256)
评论(0)
推荐(0)
Alertmanager Rabbitmq告警规则
摘要: 下载 rabbitmq_exporter-0.29.0.linux-amd64.tar.gz 这个包, 下载地址: https://github.com/kbudde/rabbitmq_exporter/releases tar xf rabbitmq_exporter-0.29.0.linux-a
阅读全文
posted @ 2023-10-25 18:04 記憶や空白
阅读(99)
评论(0)
推荐(0)
2023年10月23日
nacos prometheus监控接入
摘要: 环境是三台集群,并且使用外置数据源,每台都要修改配置重启生效,部署环境请参照官方文档https://nacos.io/zh-cn/docs/what-is-nacos.html 1、nacos配置 nacos默认是没有开启指标 配置application.properties文件,暴露metrics
阅读全文
posted @ 2023-10-23 17:05 記憶や空白
阅读(826)
评论(0)
推荐(0)
Elasticsearch_exporter + Prometheus + Grafana监控之搭建梳理
摘要: 一、安装elasticsearch_exporter并启动 1.1 官网下载elasticsearch_exporter的安装包,地址如下: 如果是Linux系统,建议安装此版本:elasticsearch_exporter-1.3.0.linux-amd64.tar.gz https://gith
阅读全文
posted @ 2023-10-23 14:13 記憶や空白
阅读(1609)
评论(0)
推荐(0)
2023年10月18日
Cerebro安装监控es集群
摘要: 简介 在本教程中,我将向你展示如何在你的机器上安装 Cerebro,并使用 Docker 运行。Cerebro 是一个基于 Elasticsearch 的 Web 管理界面,它提供了一个直观的界面来管理和监控 Elasticsearch 集群。 楼主es环境是三主三从,cerebro只要找一台安装即
阅读全文
posted @ 2023-10-18 13:58 記憶や空白
阅读(233)
评论(0)
推荐(0)
下一页
公告