Skip to content

Commit 910eccb

Browse files
authored
Update PrometheusAlert-Deployment.yaml configuration
Changed runmode from 'dev' to 'prod' and updated logourl. Removed several commented-out configuration options related to alert records and ES integration.
1 parent fade64d commit 910eccb

1 file changed

Lines changed: 2 additions & 34 deletions

File tree

example/kubernetes/PrometheusAlert-Deployment.yaml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,11 @@ data:
1616
httpaddr = "0.0.0.0"
1717
#监听端口
1818
httpport = 8080
19-
runmode = dev
19+
runmode = prod
2020
#开启JSON请求
2121
copyrequestbody = true
22-
#告警消息标题
23-
title=PrometheusAlert
24-
#链接到告警平台地址
25-
GraylogAlerturl=http://graylog.org
2622
#钉钉告警 告警logo图标地址
27-
logourl=https://raw.githubusercontent.com/feiyu563/PrometheusAlert/master/doc/alert-center.png
28-
#钉钉告警 恢复logo图标地址
29-
rlogourl=https://raw.githubusercontent.com/feiyu563/PrometheusAlert/master/doc/alert-center.png
30-
#短信告警级别(等于3就进行短信告警) 告警级别定义 0 信息,1 警告,2 一般严重,3 严重,4 灾难
31-
messagelevel=3
32-
#电话告警级别(等于4就进行语音告警) 告警级别定义 0 信息,1 警告,2 一般严重,3 严重,4 灾难
33-
phonecalllevel=4
34-
#默认拨打号码(页面测试短信和电话功能需要配置此项)
35-
defaultphone=xxxxxxxx
36-
#故障恢复是否启用电话通知0为关闭,1为开启
37-
phonecallresolved=0
23+
logourl=https://raw.githubusercontent.com/feiyu563/PrometheusAlert/master/doc/images/alert-center.png
3824
#是否前台输出file or console
3925
logtype=file
4026
#日志文件路径
@@ -48,26 +34,8 @@ data:
4834
#db_user=root
4935
#db_password=root
5036
#db_name=prometheusalert
51-
#是否开启告警记录 0为关闭,1为开启
52-
AlertRecord=0
53-
#是否开启告警记录定时删除 0为关闭,1为开启
54-
RecordLive=0
55-
#告警记录定时删除周期,单位天
56-
RecordLiveDay=7
57-
# 是否将告警记录写入es7,0为关闭,1为开启
58-
alert_to_es=0
59-
# es地址,是[]string
60-
# beego.Appconfig.Strings读取配置为[]string,使用";"而不是","
61-
to_es_url=http://localhost:9200
62-
# to_es_url=http://es1:9200;http://es2:9200;http://es3:9200
63-
# es用户和密码
64-
# to_es_user=username
65-
# to_es_pwd=password
66-
# 长连接最大空闲数
67-
maxIdleConns=100
6837
# 热更新配置文件
6938
open-hotreload=0
70-
7139
user.csv: |
7240
2019年4月10日,15888888881,小张,15999999999,备用联系人小陈,15999999998,备用联系人小赵
7341
2019年4月11日,15888888882,小李,15999999999,备用联系人小陈,15999999998,备用联系人小赵

0 commit comments

Comments
 (0)