摘要: 一,配置多个接收器: 配置文件: global: resolve_timeout: 5m smtp_smarthost: 'smtp.163.com:465' smtp_from: '发件人邮箱' smtp_auth_username: '发件人邮箱的用户名' smtp_auth_password: 阅读全文
posted @ 2024-10-30 16:35 刘宏缔的架构森林 阅读(358) 评论(0) 推荐(0)
摘要: 一,下载alertmanager 1,官网下载地址 https://prometheus.io/download/ 2,原理图: 二,下载和安装 1,下载安装包: 选择linux+amd64的版本下载: # wget https://github.com/prometheus/alertmanage 阅读全文
posted @ 2024-10-30 15:04 刘宏缔的架构森林 阅读(528) 评论(0) 推荐(0)
摘要: 一,添加数据源 1,添加新连接->选择类型为loki 2, 点击 add new data source 按钮 输入loki源的地址,通常我们会把grafana和loki安装在同一机器上 点 save & test按钮,提示successfully表示成功连接到了源 点击 数据源 按钮,可以看到已经 阅读全文
posted @ 2024-10-30 10:59 刘宏缔的架构森林 阅读(718) 评论(0) 推荐(0)