上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 钉钉添加机器人 将webhook复制到脚本中 点一下加签复制保存下后面有用 配置告警脚本 [root@harbor apps]# cat dingding-keywords.sh #!/bin/bash source /etc/profile #PHONE=$1 #SUBJECT=$2 MESSAG 阅读全文
posted @ 2022-08-18 21:03 Maniana 阅读(1399) 评论(0) 推荐(0)
摘要: 下载并配置 wget https://github.com/prometheus/alertmanager/releases/download/v0.24.0/alertmanager-0.24.0.linux-amd64.tar.gz -C /apps tar -xvf alertmanager- 阅读全文
posted @ 2022-08-17 13:47 Maniana 阅读(170) 评论(0) 推荐(0)
摘要: kubectl apply -f ./ [root@k8s-master grafana]# cat grafana-gateway.yaml apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: name: grafana- 阅读全文
posted @ 2022-08-17 09:47 Maniana 阅读(69) 评论(0) 推荐(0)
摘要: 部署 kubectl apply -f ./ [root@k8s-master kiali]# cat kiali-gateway.yaml apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: name: kiali-gat 阅读全文
posted @ 2022-08-17 09:42 Maniana 阅读(174) 评论(0) 推荐(0)
摘要: 网格中每个 Envoy 的同步状态 istioctl proxy-status istioctl ps 从Envoy检索有关代理配置的信息(proxu-config) istioctl pc listener sleep-698cfc4445-knqgn 按端口筛选 istioctl pc list 阅读全文
posted @ 2022-08-16 21:34 Maniana 阅读(302) 评论(0) 推荐(0)
摘要: 将calico保存到本地 curl https://docs.projectcalico.org/archive/v3.23/manifests/calico.yaml -O 查看代码 [root@k8s-master ~]# cat calico.yaml # Source: calico/tem 阅读全文
posted @ 2022-08-15 22:25 Maniana 阅读(1198) 评论(0) 推荐(0)
摘要: 下载并解压 https://github.com/prometheus/blackbox_exporter/releases/download/v0.21.0/blackbox_exporter-0.21.0.linux-amd64.tar.gz tar -zxvf blackbox_exporte 阅读全文
posted @ 2022-08-12 16:53 Maniana 阅读(297) 评论(0) 推荐(0)
摘要: 添加nginx-module-vts模块 # git clone https://github.com/vozlt/nginx-module-vts.git # mv nginx-module-vts /usr/local/src 配置nginx # wget http://nginx.org/do 阅读全文
posted @ 2022-08-12 15:48 Maniana 阅读(450) 评论(0) 推荐(0)
摘要: 配置数据采集socket方式和haproxy-status # vim /etc/haproxy/haproxy.cfg stats socket /var/lib/haproxy/admin.sock mode 600 level admin listen stats bind :9009 sta 阅读全文
posted @ 2022-08-12 14:49 Maniana 阅读(354) 评论(0) 推荐(0)
摘要: 创建数据库账号 create user 'mysql_exporter'@'localhost' IDENTIFIED BY 'imnot007*'; GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'mysql_exporter'@'loca 阅读全文
posted @ 2022-08-12 13:31 Maniana 阅读(171) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页