Prometheus 與 Alertmanager 通訊vim
一、編輯Prometheus配置文件配置鏈接地址:vim prometheus.ymllua
# Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: # alertmanager 地址 - 127.0.0.1:9093
二、編輯Prometheus配置文件配置,開啓告警配置文件:vim prometheus.ymlspa
# Load rules once and periodically evaluate them according to the global rule_files: # 告警規則配置文件位置 - "rules/*.yml"
三、建立告警規則目錄code
mkdir rules
四、檢查並從新加載配置文件blog
./promtool check config prometheus.yml
kill -hup PID