Merge branch 'main' of github.com:flashcatcloud/categraf

This commit is contained in:
Ulric Qin 2022-08-03 18:48:21 +08:00
commit 0bca696c07
1 changed files with 34 additions and 1 deletions

View File

@ -1,4 +1,37 @@
[
{
"name": "Redis 节点故障",
"note": "",
"prod": "",
"algorithm": "",
"algo_params": null,
"delay": 0,
"severity": 2,
"disabled": 0,
"prom_for_duration": 30,
"prom_ql": "redis_up{} == 0",
"prom_eval_interval": 15,
"enable_stime": "00:00",
"enable_etime": "23:59",
"enable_days_of_week": [
"1",
"2",
"3",
"4",
"5",
"6",
"0"
],
"enable_in_bg": 0,
"notify_recovered": 1,
"notify_channels": [],
"notify_repeat_step": 60,
"notify_max_number": 0,
"recover_duration": 0,
"callbacks": [],
"runbook_url": "",
"append_tags": []
},
{
"name": "Redis Ping 延迟高大于100毫秒",
"note": "",
@ -179,4 +212,4 @@
"alertname=RedisHighKeysEvictionRatio"
]
}
]
]