add some categraf alerts.json
This commit is contained in:
parent
cb92368e5b
commit
f6fd6aed7f
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "HTTP地址探测失败",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "http_response_result_code != 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,243 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "监控对象失联",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "max_over_time(target_up[130s]) == 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "机器负载-CPU较高,请关注",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "cpu_usage_idle{cpu=\"cpu-total\"} < 25",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "机器负载-内存较高,请关注",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "mem_available_percent < 25",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "硬盘-IO有点繁忙",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "rate(diskio_io_time[1m])/10 > 99",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "硬盘-预计再有4小时写满",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "predict_linear(disk_free[1h], 4*3600) < 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "网卡-入向有丢包",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "increase(net_drop_in[1m]) > 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "网卡-出向有丢包",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "increase(net_drop_out[1m]) > 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "网络连接-TME_WAIT数量超过2万",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "netstat_tcp_time_wait > 20000",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -0,0 +1,302 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "MysqlInnodbLogWaits",
|
||||||
|
"note": "MySQL innodb log writes stalling",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "rate(mysql_global_status_innodb_log_waits[15m]) > 10",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlInnodbLogWaits"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MysqlSlaveIoThreadNotRunning",
|
||||||
|
"note": "MySQL Slave IO thread not running",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_slave_status_master_server_id > 0 and ON (instance) mysql_slave_status_slave_io_running == 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlaveIoThreadNotRunning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MysqlSlaveReplicationLag",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "mysql_slave_status_master_server_id > 0 and ON (instance) (mysql_slave_status_seconds_behind_master - mysql_slave_status_sql_delay) > 30",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlaveReplicationLag"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MysqlSlaveSqlThreadNotRunning",
|
||||||
|
"note": "MySQL Slave SQL thread not running",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_slave_status_master_server_id > 0 and ON (instance) mysql_slave_status_slave_sql_running == 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlaveSqlThreadNotRunning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql刚刚有重启,请注意",
|
||||||
|
"note": "MySQL has just been restarted, less than one minute ago",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_global_status_uptime < 60",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlRestarted"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql实例挂了",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlDown"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql打开了很多文件句柄,请注意",
|
||||||
|
"note": "More than 80% of MySQL files open",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "avg by (instance) (mysql_global_status_open_files) / avg by (instance)(mysql_global_variables_open_files_limit) * 100 > 80",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlHighOpenFiles"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql最近一分钟有慢查询出现",
|
||||||
|
"note": "MySQL server mysql has some new slow query",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "increase(mysql_global_status_slow_queries[1m]) > 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlowQueries"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql有超过60%的连接是running状态",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "avg by (instance) (mysql_global_status_threads_running) / avg by (instance) (mysql_global_variables_max_connections) * 100 > 60",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlHighThreadsRunning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql连接数已超过80%",
|
||||||
|
"note": "More than 80% of MySQL connections are in use",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "avg by (instance) (mysql_global_status_threads_connected) / avg by (instance) (mysql_global_variables_max_connections) * 100 > 80",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlTooManyConnections"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "网络地址探活失败",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "net_response_result_code != 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "NTP时间偏移太大",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "ntp_offset_ms > 1000 or ntp_offset_ms < -1000",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "PING地址探测失败",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "ping_result_code != 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,62 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "进程监控-有进程数为0,某进程可能挂了",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "procstat_lookup_count == 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "进程监控-进程句柄限制过小",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "procstat_rlimit_num_fds_soft < 2048",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,182 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Redis Ping 延迟高(大于100毫秒)",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "redis_ping_use_seconds > 0.1",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=HighPingLatency"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis内存使用率较高",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "redis_maxmemory > 0 and (redis_used_memory / redis_maxmemory) > 0.85",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisHighMemoryUsage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis出现拒绝连接",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "(rate(redis_rejected_connections[5m])) > 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisRejectedConnHigh"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis刚刚有重启,请注意",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "redis_uptime_in_seconds < 600",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisLowUptime"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis较低的命中率",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "rate(redis_keyspace_hits[5m])\n/\n(rate(redis_keyspace_misses[5m]) + rate(redis_keyspace_hits[5m]))\n< 0.9",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisLowHitRatio"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis驱逐率较高",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "(sum(rate(redis_evicted_keys[5m])) / sum(redis_keyspace_keys)) > 0.1",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisHighKeysEvictionRatio"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "HTTP地址探测失败",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "http_response_result_code != 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,243 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "监控对象失联",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "max_over_time(target_up[130s]) == 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "机器负载-CPU较高,请关注",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "cpu_usage_idle{cpu=\"cpu-total\"} < 25",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "机器负载-内存较高,请关注",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "mem_available_percent < 25",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "硬盘-IO有点繁忙",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "rate(diskio_io_time[1m])/10 > 99",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "硬盘-预计再有4小时写满",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "predict_linear(disk_free[1h], 4*3600) < 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "网卡-入向有丢包",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "increase(net_drop_in[1m]) > 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "网卡-出向有丢包",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "increase(net_drop_out[1m]) > 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "网络连接-TME_WAIT数量超过2万",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "netstat_tcp_time_wait > 20000",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -0,0 +1,302 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "MysqlInnodbLogWaits",
|
||||||
|
"note": "MySQL innodb log writes stalling",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "rate(mysql_global_status_innodb_log_waits[15m]) > 10",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlInnodbLogWaits"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MysqlSlaveIoThreadNotRunning",
|
||||||
|
"note": "MySQL Slave IO thread not running",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_slave_status_master_server_id > 0 and ON (instance) mysql_slave_status_slave_io_running == 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlaveIoThreadNotRunning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MysqlSlaveReplicationLag",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "mysql_slave_status_master_server_id > 0 and ON (instance) (mysql_slave_status_seconds_behind_master - mysql_slave_status_sql_delay) > 30",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlaveReplicationLag"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MysqlSlaveSqlThreadNotRunning",
|
||||||
|
"note": "MySQL Slave SQL thread not running",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_slave_status_master_server_id > 0 and ON (instance) mysql_slave_status_slave_sql_running == 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlaveSqlThreadNotRunning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql刚刚有重启,请注意",
|
||||||
|
"note": "MySQL has just been restarted, less than one minute ago",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_global_status_uptime < 60",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlRestarted"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql实例挂了",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "mysql_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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlDown"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql打开了很多文件句柄,请注意",
|
||||||
|
"note": "More than 80% of MySQL files open",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "avg by (instance) (mysql_global_status_open_files) / avg by (instance)(mysql_global_variables_open_files_limit) * 100 > 80",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlHighOpenFiles"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql最近一分钟有慢查询出现",
|
||||||
|
"note": "MySQL server mysql has some new slow query",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "increase(mysql_global_status_slow_queries[1m]) > 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlSlowQueries"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql有超过60%的连接是running状态",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "avg by (instance) (mysql_global_status_threads_running) / avg by (instance) (mysql_global_variables_max_connections) * 100 > 60",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlHighThreadsRunning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mysql连接数已超过80%",
|
||||||
|
"note": "More than 80% of MySQL connections are in use",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 120,
|
||||||
|
"prom_ql": "avg by (instance) (mysql_global_status_threads_connected) / avg by (instance) (mysql_global_variables_max_connections) * 100 > 80",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=MysqlTooManyConnections"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "网络地址探活失败",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "net_response_result_code != 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "NTP时间偏移太大",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "ntp_offset_ms > 1000 or ntp_offset_ms < -1000",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "PING地址探测失败",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "ping_result_code != 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,62 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "进程监控-有进程数为0,某进程可能挂了",
|
||||||
|
"note": "",
|
||||||
|
"severity": 1,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "procstat_lookup_count == 0",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "进程监控-进程句柄限制过小",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "procstat_rlimit_num_fds_soft < 2048",
|
||||||
|
"prom_eval_interval": 15,
|
||||||
|
"enable_stime": "00:00",
|
||||||
|
"enable_etime": "23:59",
|
||||||
|
"enable_days_of_week": [
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"notify_recovered": 1,
|
||||||
|
"notify_channels": [
|
||||||
|
"email",
|
||||||
|
"dingtalk",
|
||||||
|
"wecom"
|
||||||
|
],
|
||||||
|
"notify_repeat_step": 60,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": []
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,182 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Redis Ping 延迟高(大于100毫秒)",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "redis_ping_use_seconds > 0.1",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=HighPingLatency"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis内存使用率较高",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "redis_maxmemory > 0 and (redis_used_memory / redis_maxmemory) > 0.85",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisHighMemoryUsage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis出现拒绝连接",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "(rate(redis_rejected_connections[5m])) > 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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisRejectedConnHigh"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis刚刚有重启,请注意",
|
||||||
|
"note": "",
|
||||||
|
"severity": 3,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 0,
|
||||||
|
"prom_ql": "redis_uptime_in_seconds < 600",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisLowUptime"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis较低的命中率",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "rate(redis_keyspace_hits[5m])\n/\n(rate(redis_keyspace_misses[5m]) + rate(redis_keyspace_hits[5m]))\n< 0.9",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisLowHitRatio"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Redis驱逐率较高",
|
||||||
|
"note": "",
|
||||||
|
"severity": 2,
|
||||||
|
"disabled": 0,
|
||||||
|
"prom_for_duration": 60,
|
||||||
|
"prom_ql": "(sum(rate(redis_evicted_keys[5m])) / sum(redis_keyspace_keys)) > 0.1",
|
||||||
|
"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,
|
||||||
|
"recover_duration": 0,
|
||||||
|
"callbacks": [],
|
||||||
|
"runbook_url": "",
|
||||||
|
"append_tags": [
|
||||||
|
"alertname=RedisHighKeysEvictionRatio"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue