摘要:
阿里云DNS api接口 shell 更改DNS解析
可定时任务检查域名解析,调用alidns.sh更新DNS解析
阿里云DNS DDNS动态域名更新 阅读全文
摘要:
dokcer部署code server web版vscode codercom/code server:latest不支持插件在线安装 codercom/code server:v2目前为最新版1.38 auth password 启动密码 e PASSWORD=mycode 环境变量设置密码为my 阅读全文
摘要:
##微信企业号发送信息shell 可作为shell函数模块调用,用于微信通知、jenkins发版微信通知等等 微信API官方文档 https://work.weixin.qq.com/api/doc#90002/90151/90854 #!/bin/bash # wechat.send.sh # 微 阅读全文
摘要:
# AlertManager警报通知 E-mail 微信 模板 #AlertManager配置 #alertmanager.yml # 全局配置项 global: resolve_timeout: 5m #超时,默认5min #邮箱smtp服务 smtp_smarthost: 'smtp.qq.co 阅读全文
摘要:
#prometheus linux系统告警规则 实例 根据实际情况修改参数 #rules.linux.yml groups: - name: linux rules: - alert: Node-Down #告警名称 expr: up == 0 for: 1m #持续多久后发送 labels: se 阅读全文
摘要:
Prometheus Alertmanager Grafana 监控警报 node-exporter, Linux系统信息采集组件 prometheus , 抓取、储存监控数据,供查询指标 alertmanager , 发送警报通知 grafana , web图形展示 环境 centos7+dock 阅读全文
摘要:
docker远程访问TLS证书认证 shell
docker开启远程访问端口,防止非法访问
配置证书认证
配置防火墙或安全策略 阅读全文