该文被密码保护。 阅读全文
posted @ 2026-07-20 02:49
kenneth-lin
阅读(0)
评论(0)
推荐(0)
|
摘要:
官方网推荐 uname -r #导入ELPepo仓库公共密钥 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org #安装ELPepo的仓库yum源 rpm -Uvh http://www.elrepo.org/elrepo-relea 阅读全文
posted @ 2026-07-19 01:42
kenneth-lin
阅读(1)
评论(0)
推荐(0)
摘要:
安装docker curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun systemctl start docker systemctl enable docker.service 安装pptpd mkdir -p /e 阅读全文
posted @ 2023-11-07 11:42
kenneth-lin
阅读(360)
评论(0)
推荐(0)
摘要:
参考文档: ``` Grafana告警配置 参考:https://www.jianshu.com/p/dcc1af87ccf1 Grafana告警配置 参考:https://www.yii666.com/blog/516251.html 企业微信开发 参考:http://www.taodudu.cc 阅读全文
posted @ 2023-08-18 10:45
kenneth-lin
阅读(216)
评论(0)
推荐(0)
摘要:
##1、添加告警配置 ``` vim configs/alarm-settings.yml dingtalkHooks: textTemplate: |- { "msgtype": "text", "text": { "content": "Apache SkyWalking Alarm: \n % 阅读全文
posted @ 2023-07-28 14:10
kenneth-lin
阅读(613)
评论(0)
推荐(0)
|