diff --git a/docker/integrations/elasticsearch/dashboards/elasticsearch_by_exporter.json b/docker/integrations/elasticsearch/dashboards/elasticsearch_by_exporter.json index d833f6029cf53bde16501567ef22cefd3ffaf3fe..4239069398d8fac71de411703d51eefd09ade2da 100644 --- a/docker/integrations/elasticsearch/dashboards/elasticsearch_by_exporter.json +++ b/docker/integrations/elasticsearch/dashboards/elasticsearch_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "ElasticSearch - 模板", + "name": "ElasticSearch", "tags": "Prometheus ElasticSearch ES", "ident": "", "configs": { diff --git a/docker/integrations/http/alerts/http_response_by_categraf.json b/docker/integrations/http/alerts/http_response_by_categraf.json index 3908400f96626e722bea94bc0d39a5712b9cc465..f137fa846d3d9fb5822551496e04d2d1fd1e5eda 100644 --- a/docker/integrations/http/alerts/http_response_by_categraf.json +++ b/docker/integrations/http/alerts/http_response_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "HTTP地址探测失败", + "name": "http detect failed", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/http/dashboards/http_response_by_categraf.json b/docker/integrations/http/dashboards/http_response_by_categraf.json index 1a1306f2b6b674bc850d192b49d81c9ae2bfd436..d2728aa957012626852d5cf540fcc37e4fd59098 100644 --- a/docker/integrations/http/dashboards/http_response_by_categraf.json +++ b/docker/integrations/http/dashboards/http_response_by_categraf.json @@ -1,5 +1,5 @@ { - "name": "HTTP探测", + "name": "http detect", "tags": "", "ident": "", "configs": { diff --git a/docker/integrations/jmx/dashboards/jmx_by_exporter.json b/docker/integrations/jmx/dashboards/jmx_by_exporter.json index 62a58b40bd50b0a403f85693574288a573c97b4f..ea425c2cef1dd4cfe4a91377d3526722d4a034e5 100644 --- a/docker/integrations/jmx/dashboards/jmx_by_exporter.json +++ b/docker/integrations/jmx/dashboards/jmx_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "JMX - 模板", + "name": "JMX", "tags": "Prometheus JMX", "ident": "", "configs": { diff --git a/docker/integrations/kafka/alerts/kafka_by_exporter.json b/docker/integrations/kafka/alerts/kafka_by_exporter.json index cb5db43bcf17291e1044d933b5f2f6659c8c1295..775838478f08254b667b3599f7e18d167b04838f 100644 --- a/docker/integrations/kafka/alerts/kafka_by_exporter.json +++ b/docker/integrations/kafka/alerts/kafka_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "数据有丢失风险-副本数小于3", + "name": "Risk of data loss - number of replicas less than 3 - exporter", "note": "", "prod": "", "algorithm": "", @@ -9,7 +9,7 @@ "severity": 2, "disabled": 1, "prom_for_duration": 60, - "prom_ql": "sum(kafka_topic_partition_in_sync_replica) by (topic) < 3", + "prom_ql": "sum(kafka_topic_partition_in_sync_replica) by (topic) < 3 - exporter", "prom_eval_interval": 15, "enable_stime": "00:00", "enable_etime": "23:59", @@ -35,7 +35,7 @@ ] }, { - "name": "消费能力不足-延迟超过5分钟", + "name": "Insufficient consumption ability - delay exceeds 5 minutes - exporter", "note": "", "prod": "", "algorithm": "", diff --git a/docker/integrations/kafka/dashboards/kafka_by_exporter.json b/docker/integrations/kafka/dashboards/kafka_by_exporter.json index d048fbddf4be23dd35270201afde532a87432fe3..9fefde5f71a6dd6668cb346e82ff2c5a0c345691 100644 --- a/docker/integrations/kafka/dashboards/kafka_by_exporter.json +++ b/docker/integrations/kafka/dashboards/kafka_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "Kafka - 模板", + "name": "Kafka - exporter", "tags": "Kafka Prometheus ", "ident": "", "configs": { diff --git a/docker/integrations/linux/alerts/linux_by_categraf.json b/docker/integrations/linux/alerts/linux_by_categraf.json index ee9d2be9e86efbeb5bf45cbbf8d38ec243c0a224..27101decdff3b418fa19c1f65d3999786f1324d2 100644 --- a/docker/integrations/linux/alerts/linux_by_categraf.json +++ b/docker/integrations/linux/alerts/linux_by_categraf.json @@ -1,45 +1,54 @@ [ - { - "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": [] + { + "cate": "host", + "datasource_ids": null, + "name": "Lost connection with monitoring target - categraf", + "note": "", + "prod": "host", + "algorithm": "", + "algo_params": null, + "delay": 0, + "severity": 0, + "disabled": 0, + "prom_for_duration": 0, + "prom_ql": "", + "rule_config": { + "inhibit": false, + "queries": [ + { + "key": "all_hosts", + "op": "==", + "values": [] + } + ], + "triggers": [ + { + "duration": 60, + "severity": 2, + "type": "target_miss" + } + ] }, - { - "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": [ + "prom_eval_interval": 15, + "enable_stime": "00:00", + "enable_stimes": [ + "00:00" + ], + "enable_etime": "23:59", + "enable_etimes": [ + "23:59" + ], + "enable_days_of_week": [ + "1", + "2", + "3", + "4", + "5", + "6", + "0" + ], + "enable_days_of_weeks": [ + [ "1", "2", "3", @@ -47,20 +56,21 @@ "5", "6", "0" - ], - "notify_recovered": 1, - "notify_channels": [ - "email", - "dingtalk", - "wecom" - ], - "notify_repeat_step": 60, - "callbacks": [], - "runbook_url": "", - "append_tags": [] - }, + ] + ], + "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": [], + "annotations": {} + }, { - "name": "机器负载-内存较高,请关注", + "name": "Machine load - high memory, please pay attention - categraf", "note": "", "severity": 2, "disabled": 0, @@ -90,7 +100,7 @@ "append_tags": [] }, { - "name": "硬盘-IO有点繁忙", + "name": "Hard disk - IO is a bit busy - categraf", "note": "", "severity": 2, "disabled": 0, @@ -120,7 +130,7 @@ "append_tags": [] }, { - "name": "硬盘-预计再有4小时写满", + "name": "Hard disk - expected to be written full in 4 hours - categraf", "note": "", "severity": 1, "disabled": 0, @@ -150,7 +160,7 @@ "append_tags": [] }, { - "name": "网卡-入向有丢包", + "name": "packet loss in the inbound direction - categraf", "note": "", "severity": 3, "disabled": 0, @@ -180,7 +190,7 @@ "append_tags": [] }, { - "name": "网卡-出向有丢包", + "name": "packet loss in the outbound direction - categraf", "note": "", "severity": 3, "disabled": 0, @@ -210,7 +220,7 @@ "append_tags": [] }, { - "name": "网络连接-TME_WAIT数量超过2万", + "name": "number of TME_WAIT exceeds 20,000 - categraf", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/linux/alerts/linux_by_exporter.json b/docker/integrations/linux/alerts/linux_by_exporter.json index 2a68c951809610da9c73b3603769e800ece60727..9fe744e805b2549bc948f4a66da923e7d9cf446e 100644 --- a/docker/integrations/linux/alerts/linux_by_exporter.json +++ b/docker/integrations/linux/alerts/linux_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "inode资源不足-使用率超过90", + "name": "Insufficient inode resources - usage exceeds 90% - node exporter", "note": "", "severity": 2, "disabled": 1, @@ -28,8 +28,8 @@ "append_tags": [] }, { - "name": "内存资源不足-利用率大于75%", - "note": "需要扩容或者升级配置了", + "name": "Insufficient memory resources - utilization is greater than 75% - node exporter", + "note": "Expansion or upgrading of configuration is required", "severity": 2, "disabled": 1, "prom_for_duration": 60, @@ -58,8 +58,8 @@ "append_tags": [] }, { - "name": "内存资源不足-利用率大于95%", - "note": "需要扩容或者升级配置了", + "name": "Insufficient memory resources - utilization is greater than 95% - node exporter", + "note": "", "severity": 1, "disabled": 1, "prom_for_duration": 60, @@ -88,8 +88,8 @@ "append_tags": [] }, { - "name": "文件句柄不足-使用率超过90%", - "note": "可以将文件句柄limit调大,或者扩容", + "name": "Insufficient file handles - usage exceeds 90% - node exporter", + "note": "You can increase the file handle limit or expand the capacity", "severity": 2, "disabled": 1, "prom_for_duration": 60, @@ -116,7 +116,7 @@ "append_tags": [] }, { - "name": "某磁盘无法正常读写", + "name": "A certain disk is unable to read/write normally", "note": "", "severity": 1, "disabled": 1, @@ -144,7 +144,7 @@ "append_tags": [] }, { - "name": "磁盘需要清理了-利用率达到92%", + "name": "Disk needs to be cleaned - utilization has reached 92% - node exporter", "note": "", "severity": 1, "disabled": 1, @@ -174,7 +174,7 @@ "append_tags": [] }, { - "name": "系统conntrack需要调整-使用率超过80%", + "name": "System conntrack needs to be adjusted - usage exceeds 80% - node exporter", "note": "", "severity": 2, "disabled": 1, @@ -202,7 +202,7 @@ "append_tags": [] }, { - "name": "系统出现oom", + "name": "System experiences OOM - node exporter", "note": "", "severity": 2, "disabled": 1, @@ -230,7 +230,7 @@ "append_tags": [] }, { - "name": "网卡入方向丢包", + "name": "Packet loss in the inbound direction of the network card - node exporter", "note": "", "severity": 2, "disabled": 1, @@ -258,7 +258,7 @@ "append_tags": [] }, { - "name": "网卡出方向丢包", + "name": "Packet loss in the outbound direction of the network card - node exporter", "note": "", "severity": 2, "disabled": 1, @@ -286,8 +286,8 @@ "append_tags": [] }, { - "name": "计算资源不足-机器每个核平均负载大于10", - "note": "需要扩容或者升级配置了", + "name": "Insufficient computational resources - average load per core of the machine is greater than 10 - node exporter", + "note": "", "severity": 2, "disabled": 1, "prom_for_duration": 60, @@ -314,8 +314,8 @@ "append_tags": [] }, { - "name": "运行进程数过多-超过3000", - "note": "建议扩容", + "name": "Too many running processes - exceeding 3000 - node exporter", + "note": "", "severity": 2, "disabled": 1, "prom_for_duration": 60, diff --git a/docker/integrations/linux/alerts/linux_by_telegraf.json b/docker/integrations/linux/alerts/linux_by_telegraf.json index d64c6ddd39ce64b391814a892484967665739f9c..208f670c45f3c12e352c4bb4705f4555b9333ead 100644 --- a/docker/integrations/linux/alerts/linux_by_telegraf.json +++ b/docker/integrations/linux/alerts/linux_by_telegraf.json @@ -1,6 +1,6 @@ [ { - "name": "有地址PING不通,请注意", + "name": "Address is unreachable by PING, please pay attention - telegraf", "note": "", "severity": 1, "disabled": 0, @@ -30,15 +30,44 @@ "append_tags": [] }, { - "name": "有监控对象失联", + "cate": "host", + "datasource_ids": null, + "name": "Lost connection with monitoring target - telegraf", "note": "", - "severity": 1, + "prod": "host", + "algorithm": "", + "algo_params": null, + "delay": 0, + "severity": 0, "disabled": 0, - "prom_for_duration": 60, - "prom_ql": "target_up != 1", + "prom_for_duration": 0, + "prom_ql": "", + "rule_config": { + "inhibit": false, + "queries": [ + { + "key": "all_hosts", + "op": "==", + "values": [] + } + ], + "triggers": [ + { + "duration": 60, + "severity": 2, + "type": "target_miss" + } + ] + }, "prom_eval_interval": 15, "enable_stime": "00:00", + "enable_stimes": [ + "00:00" + ], "enable_etime": "23:59", + "enable_etimes": [ + "23:59" + ], "enable_days_of_week": [ "1", "2", @@ -48,19 +77,30 @@ "6", "0" ], - "notify_recovered": 1, - "notify_channels": [ - "email", - "dingtalk", - "wecom" + "enable_days_of_weeks": [ + [ + "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": [] + "append_tags": [], + "annotations": {} }, { - "name": "有端口探测失败,请注意", + "name": "Port detection failed, please pay attention - telegraf", "note": "", "severity": 1, "disabled": 0, @@ -90,7 +130,7 @@ "append_tags": [] }, { - "name": "机器负载-CPU较高,请关注", + "name": "Machine load - high CPU, please pay attention - telegraf", "note": "", "severity": 3, "disabled": 0, @@ -120,7 +160,7 @@ "append_tags": [] }, { - "name": "机器负载-内存较高,请关注", + "name": "Machine load - high memory, please pay attention - telegraf", "note": "", "severity": 2, "disabled": 0, @@ -150,7 +190,7 @@ "append_tags": [] }, { - "name": "硬盘-IO非常繁忙", + "name": "Hard disk - IO is very busy - telegraf", "note": "", "severity": 2, "disabled": 0, @@ -180,7 +220,7 @@ "append_tags": [] }, { - "name": "硬盘-预计再有4小时写满", + "name": "Hard disk - expected to be written full in 4 hours - telegraf", "note": "", "severity": 1, "disabled": 0, @@ -210,7 +250,7 @@ "append_tags": [] }, { - "name": "网卡-入向有丢包", + "name": "packet loss in the inbound direction - telegraf", "note": "", "severity": 3, "disabled": 0, @@ -240,7 +280,7 @@ "append_tags": [] }, { - "name": "网卡-出向有丢包", + "name": "packet loss in the outbound direction - telegraf", "note": "", "severity": 3, "disabled": 0, @@ -270,7 +310,7 @@ "append_tags": [] }, { - "name": "网络连接-TME_WAIT数量超过2万", + "name": "Network connection - number of TME_WAIT exceeds 20,000 - telegraf", "note": "", "severity": 2, "disabled": 0, @@ -300,7 +340,7 @@ "append_tags": [] }, { - "name": "进程监控-有进程数为0,某进程可能挂了", + "name": "there are processes with 0 count, a certain process may have crashed - telegraf", "note": "", "severity": 1, "disabled": 0, @@ -330,7 +370,7 @@ "append_tags": [] }, { - "name": "进程监控-进程句柄限制过小", + "name": "process handle limit is too small - telegraf", "note": "", "severity": 3, "disabled": 0, @@ -360,7 +400,7 @@ "append_tags": [] }, { - "name": "进程监控-采集失败", + "name": "Process monitoring - lookup failure - telegraf", "note": "", "severity": 1, "disabled": 0, diff --git a/docker/integrations/linux/alerts/ntp_by_categraf.json b/docker/integrations/linux/alerts/ntp_by_categraf.json index 2ab938894cd30c6fc5a6de0bc51921a0351bee09..081232eda96dd820cc23a3d0e7dc9de0131594f1 100644 --- a/docker/integrations/linux/alerts/ntp_by_categraf.json +++ b/docker/integrations/linux/alerts/ntp_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "NTP时间偏移太大", + "name": "NTP time offset is too large", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/linux/dashboards/linux_by_exporter.json b/docker/integrations/linux/dashboards/linux_by_exporter.json index fe540b7e9fc1dd9834867394acb807936e0c78f7..b110ec704545c8e24070947d515a59d1fc5d76d1 100644 --- a/docker/integrations/linux/dashboards/linux_by_exporter.json +++ b/docker/integrations/linux/dashboards/linux_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "HOST - 模板", + "name": "HOST by Node Exporter", "tags": "Prometheus Host", "ident": "", "configs": { diff --git a/docker/integrations/linux/dashboards/linux_by_telegraf.json b/docker/integrations/linux/dashboards/linux_by_telegraf.json index ced6b432d141fd949e48f74372aca51f6a1ce53d..1001c8c2b3e6102c959dcd48daaed17ee09e7e0f 100644 --- a/docker/integrations/linux/dashboards/linux_by_telegraf.json +++ b/docker/integrations/linux/dashboards/linux_by_telegraf.json @@ -1,5 +1,5 @@ { - "name": "HOST - Telegraf 模板", + "name": "HOST by Telegraf", "tags": "", "ident": "", "configs": { diff --git a/docker/integrations/mongo/alerts/mongo_by_exporter.json b/docker/integrations/mongo/alerts/mongo_by_exporter.json index ba4be4cb05c66b86c6cddab97c9da05bf42aa3aa..5e10fac58a9f6c589865e71e9844a0be0d27e651 100644 --- a/docker/integrations/mongo/alerts/mongo_by_exporter.json +++ b/docker/integrations/mongo/alerts/mongo_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "Mongo出现Assert错误", + "name": "Mongo has encountered an Assert error - exporter", "note": "", "severity": 3, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "Mongo出现游标超时", + "name": "Mongo has encountered cursor timeout - exporter", "note": "", "severity": 2, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "Mongo出现页错误中断", + "name": "Mongo has encountered page fault interrupt - exporter", "note": "", "severity": 2, "disabled": 0, @@ -90,7 +90,7 @@ ] }, { - "name": "Mongo刚刚有重启,请注意", + "name": "Mongo has just restarted, please pay attention - exporter", "note": "", "severity": 3, "disabled": 0, @@ -120,7 +120,7 @@ ] }, { - "name": "Mongo副本集主从延迟超过30s", + "name": "Mongo replica set master-slave delay exceeds 30 seconds - exporter", "note": "", "severity": 1, "disabled": 0, @@ -150,7 +150,7 @@ ] }, { - "name": "Mongo实例挂了", + "name": "Mongo instance has crashed - exporter", "note": "", "severity": 1, "disabled": 0, @@ -180,7 +180,7 @@ ] }, { - "name": "Mongo操作平均耗时超过250秒", + "name": "Average MongoDB operation time exceeds 250 seconds - exporter", "note": "", "severity": 2, "disabled": 0, @@ -210,7 +210,7 @@ ] }, { - "name": "Mongo连接数已超过80%", + "name": "Mongo connection number has exceeded 80% - exporter", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/mongo/dashboards/mongo_by_exporter.json b/docker/integrations/mongo/dashboards/mongo_by_exporter.json index a67370d15fff8607860a613533a6e72502e724b5..d9005ba7c532218afcc21ebf273148dad93367e2 100644 --- a/docker/integrations/mongo/dashboards/mongo_by_exporter.json +++ b/docker/integrations/mongo/dashboards/mongo_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "MongoDB Overview - 模板", + "name": "MongoDB Overview by exporter", "tags": "Prometheus MongoDB", "configs": { "var": [ @@ -44,7 +44,7 @@ } ], "name": "Up", - "description": "实例数", + "description": "instance count", "custom": { "textMode": "value", "colorMode": "value", @@ -100,7 +100,7 @@ } ], "name": "Uptime", - "description": "启用时长", + "description": "Uptime", "custom": { "textMode": "value", "colorMode": "value", @@ -166,7 +166,7 @@ } ], "name": "Memory", - "description": "内存占用(MiB)", + "description": "Memory usage (MiB)", "options": { "tooltip": { "mode": "all", @@ -221,7 +221,7 @@ } ], "name": "Page Faults", - "description": "页缺失中断次数 Page faults indicate that requests are processed from disk either because an index is missing or there is not enough memory for the data set. Consider increasing memory or sharding out.", + "description": "Page faults indicate that requests are processed from disk either because an index is missing or there is not enough memory for the data set. Consider increasing memory or sharding out.", "options": { "tooltip": { "mode": "all", @@ -282,7 +282,7 @@ } ], "name": "Network I/O", - "description": "网络流量(byte)", + "description": "Network traffic (bytes)", "options": { "tooltip": { "mode": "all", @@ -337,7 +337,7 @@ } ], "name": "Connections", - "description": "连接数 Keep in mind the hard limit on the maximum number of connections set by your distribution.", + "description": "Number of connections Keep in mind the hard limit on the maximum number of connections set by your distribution.", "options": { "tooltip": { "mode": "all", @@ -390,7 +390,7 @@ } ], "name": "Assert Events", - "description": "断言错误次数 Asserts are not important by themselves, but you can correlate spikes with other graphs.", + "description": "Number of assertion errors, Asserts are not important by themselves, but you can correlate spikes with other graphs.", "options": { "tooltip": { "mode": "all", @@ -443,7 +443,7 @@ } ], "name": "Lock Queue", - "description": "等待获取锁操作数量 Any number of queued operations for long periods of time is an indication of possible issues. Find the cause and fix it before requests get stuck in the queue.", + "description": "Number of operations waiting to acquire locks, Any number of queued operations for long periods of time is an indication of possible issues. Find the cause and fix it before requests get stuck in the queue.", "options": { "tooltip": { "mode": "all", @@ -520,7 +520,7 @@ } ], "name": "Command Operations", - "description": "接收请求数 Shows how many times a command is executed per second on average during the selected interval.", + "description": "Number of requests received Shows how many times a command is executed per second on average during the selected interval.", "options": { "tooltip": { "mode": "all", @@ -573,7 +573,7 @@ } ], "name": "Document Operations", - "description": "文档操作数 When used in combination with 'Command Operations', this graph can help identify write amplification. For example, when one insert or update command actually inserts or updates hundreds, thousands, or even millions of documents.", + "description": "Number of document operations When used in combination with 'Command Operations', this graph can help identify write amplification. For example, when one insert or update command actually inserts or updates hundreds, thousands, or even millions of documents.", "options": { "tooltip": { "mode": "all", @@ -626,7 +626,7 @@ } ], "name": "Response Time", - "description": "操作详情耗时(毫秒)", + "description": "Operation detail processing time (milliseconds)", "options": { "tooltip": { "mode": "all", @@ -686,7 +686,7 @@ } ], "name": "Query Efficiency", - "description": "查询效率", + "description": "", "options": { "tooltip": { "mode": "all", @@ -741,7 +741,7 @@ } ], "name": "Cursors", - "description": "游标数量 Helps identify why connections are increasing. Shows active cursors compared to cursors being automatically killed after 10 minutes due to an application not closing the connection.", + "description": "number of cursors Helps identify why connections are increasing. Shows active cursors compared to cursors being automatically killed after 10 minutes due to an application not closing the connection.", "options": { "tooltip": { "mode": "all", @@ -824,7 +824,7 @@ } ], "name": "Cache Size", - "description": "缓存大小(byte)", + "description": "cache size (byte)", "options": { "tooltip": { "mode": "all", @@ -884,7 +884,7 @@ } ], "name": "Cache I/O", - "description": "写入或读取的缓存数据大小(byte)", + "description": "size of cached data written or read (in bytes)", "options": { "tooltip": { "mode": "all", @@ -939,7 +939,7 @@ } ], "name": "Cache Dirty Pages Rate", - "description": "缓存脏页占比", + "description": "", "options": { "tooltip": { "mode": "all", @@ -994,7 +994,7 @@ } ], "name": "Cache Evicted Pages", - "description": "缓存剔除页数量", + "description": "", "options": { "tooltip": { "mode": "all", @@ -1060,7 +1060,7 @@ } ], "name": "Replset Election", - "description": "副本集选主时间", + "description": "", "custom": { "textMode": "value", "colorMode": "value", @@ -1114,7 +1114,7 @@ } ], "name": "Replset Lag Seconds", - "description": "副本集成员主从同步延迟", + "description": "replica set member master-slave synchronization delay", "options": { "tooltip": { "mode": "all", diff --git a/docker/integrations/mysql/alerts/mysql_by_categraf.json b/docker/integrations/mysql/alerts/mysql_by_categraf.json index d5a6a94c62f772d7d994b529d0d0336b798a66d6..00ce5f6a89a7983c3fc0fb7f76a7e8d5e0db007f 100644 --- a/docker/integrations/mysql/alerts/mysql_by_categraf.json +++ b/docker/integrations/mysql/alerts/mysql_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "MysqlInnodbLogWaits", + "name": "MysqlInnodbLogWaits - categraf", "note": "MySQL innodb log writes stalling", "severity": 2, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "MysqlSlaveIoThreadNotRunning", + "name": "MysqlSlaveIoThreadNotRunning - categraf", "note": "MySQL Slave IO thread not running", "severity": 1, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "MysqlSlaveReplicationLag", + "name": "MysqlSlaveReplicationLag - categraf", "note": "", "severity": 1, "disabled": 0, @@ -90,7 +90,7 @@ ] }, { - "name": "MysqlSlaveSqlThreadNotRunning", + "name": "MysqlSlaveSqlThreadNotRunning - categraf", "note": "MySQL Slave SQL thread not running", "severity": 1, "disabled": 0, @@ -120,7 +120,7 @@ ] }, { - "name": "Mysql刚刚有重启,请注意", + "name": "Mysql has just restarted. Please be advised - categraf", "note": "MySQL has just been restarted, less than one minute ago", "severity": 3, "disabled": 0, @@ -150,7 +150,7 @@ ] }, { - "name": "Mysql实例挂了", + "name": "Mysql instance has crashed - categraf", "note": "", "severity": 1, "disabled": 0, @@ -180,7 +180,7 @@ ] }, { - "name": "Mysql打开了很多文件句柄,请注意", + "name": "Mysql has opened a large number of file handles. Please be aware - categraf", "note": "More than 80% of MySQL files open", "severity": 2, "disabled": 0, @@ -210,7 +210,7 @@ ] }, { - "name": "Mysql最近一分钟有慢查询出现", + "name": "A slow query has occurred in Mysql within the last minute - categraf", "note": "MySQL server mysql has some new slow query", "severity": 2, "disabled": 0, @@ -240,7 +240,7 @@ ] }, { - "name": "Mysql有超过60%的连接是running状态", + "name": "More than 60% of the connections in Mysql are in a running state - categraf", "note": "", "severity": 2, "disabled": 0, @@ -270,7 +270,7 @@ ] }, { - "name": "Mysql连接数已超过80%", + "name": "The number of connections in Mysql has exceeded 80% - categraf", "note": "More than 80% of MySQL connections are in use", "severity": 2, "disabled": 0, diff --git a/docker/integrations/mysql/alerts/mysql_by_exporter.json b/docker/integrations/mysql/alerts/mysql_by_exporter.json index d894cda9a35dbaa0f9445a7ee744dab308ca7386..a2af5f445142d3649bdd1e9e831ecb8d73fe6b2d 100644 --- a/docker/integrations/mysql/alerts/mysql_by_exporter.json +++ b/docker/integrations/mysql/alerts/mysql_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "MysqlInnodbLogWaits", + "name": "MysqlInnodbLogWaits - exporter", "note": "MySQL innodb log writes stalling", "severity": 2, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "MysqlSlaveIoThreadNotRunning", + "name": "MysqlSlaveIoThreadNotRunning - exporter", "note": "MySQL Slave IO thread not running", "severity": 1, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "MysqlSlaveReplicationLag", + "name": "MysqlSlaveReplicationLag - exporter", "note": "", "severity": 1, "disabled": 0, @@ -90,7 +90,7 @@ ] }, { - "name": "MysqlSlaveSqlThreadNotRunning", + "name": "MysqlSlaveSqlThreadNotRunning - exporter", "note": "MySQL Slave SQL thread not running", "severity": 1, "disabled": 0, @@ -120,7 +120,7 @@ ] }, { - "name": "Mysql刚刚有重启,请注意", + "name": "Mysql has just restarted. Please be advised - exporter", "note": "MySQL has just been restarted, less than one minute ago", "severity": 3, "disabled": 0, @@ -150,7 +150,7 @@ ] }, { - "name": "Mysql实例挂了", + "name": "The MySQL instance is down", "note": "", "severity": 1, "disabled": 0, @@ -180,7 +180,7 @@ ] }, { - "name": "Mysql打开了很多文件句柄,请注意", + "name": "More than 80% of MySQL files open", "note": "More than 80% of MySQL files open", "severity": 2, "disabled": 0, @@ -210,8 +210,8 @@ ] }, { - "name": "Mysql最近一分钟有慢查询出现", - "note": "MySQL server mysql has some new slow query", + "name": "MySQL server mysql has some new slow query", + "note": "", "severity": 2, "disabled": 0, "prom_for_duration": 120, @@ -240,7 +240,7 @@ ] }, { - "name": "Mysql有超过60%的连接是running状态", + "name": "More than 60% of the connections in MySQL are in a running state", "note": "", "severity": 2, "disabled": 0, @@ -270,7 +270,7 @@ ] }, { - "name": "Mysql连接数已超过80%", + "name": "MySQL connection count has exceeded 80%", "note": "More than 80% of MySQL connections are in use", "severity": 2, "disabled": 0, diff --git a/docker/integrations/mysql/dashboards/mysql_by_categraf.json b/docker/integrations/mysql/dashboards/mysql_by_categraf.json index d1e317ca7bb4f9ff2487bf3df19891c9c0773326..8604420dbe545240e3616b2f76bd3a32322a46f6 100644 --- a/docker/integrations/mysql/dashboards/mysql_by_categraf.json +++ b/docker/integrations/mysql/dashboards/mysql_by_categraf.json @@ -1,5 +1,5 @@ { - "name": "MySQL Overview - 模板 by categraf", + "name": "MySQL Overview by categraf", "tags": "Prometheus MySQL", "ident": "", "configs": { diff --git a/docker/integrations/mysql/dashboards/mysql_by_exporter.json b/docker/integrations/mysql/dashboards/mysql_by_exporter.json index 9575c9a3beb02192e398e753d77a999146fc415a..09f7f815416da87e3963acd770cf0254461b27f1 100644 --- a/docker/integrations/mysql/dashboards/mysql_by_exporter.json +++ b/docker/integrations/mysql/dashboards/mysql_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "MySQL Overview - 模板 by exporter", + "name": "MySQL Overview by exporter", "tags": "Prometheus MySQL", "ident": "", "configs": { diff --git a/docker/integrations/n9e/dashboards/n9e_server.json b/docker/integrations/n9e/dashboards/n9e_server.json index c9580dac877cd2e1c7a7bc119c6fb6bfaa4fe864..0b1775869c61257c64577778c524ef9229eac640 100644 --- a/docker/integrations/n9e/dashboards/n9e_server.json +++ b/docker/integrations/n9e/dashboards/n9e_server.json @@ -1,5 +1,5 @@ { - "name": "夜莺大盘", + "name": "nightingale", "tags": "", "configs": { "var": [], @@ -11,7 +11,7 @@ "expr": "rate(n9e_server_samples_received_total[1m])" } ], - "name": "每秒接收的数据点个数", + "name": "number of data points received per second", "options": { "tooltip": { "mode": "all", @@ -48,7 +48,7 @@ "expr": "rate(n9e_server_alerts_total[10m])" } ], - "name": "每秒产生的告警事件个数", + "name": "number of alarm events generated per second", "options": { "tooltip": { "mode": "all", @@ -85,7 +85,7 @@ "expr": "n9e_server_alert_queue_size" } ], - "name": "告警事件内存队列长度", + "name": "queue length of alarm events", "options": { "tooltip": { "mode": "all", @@ -122,7 +122,7 @@ "expr": "n9e_server_http_request_duration_seconds_sum/n9e_server_http_request_duration_seconds_count" } ], - "name": "数据接收接口平均响应时间(单位:秒)", + "name": "The average response time of the data receiving interface (unit: seconds).", "options": { "tooltip": { "mode": "all", @@ -159,7 +159,7 @@ "expr": "n9e_server_sample_queue_size" } ], - "name": "内存数据队列长度", + "name": "length of the in-memory data queue", "options": { "tooltip": { "mode": "all", @@ -196,7 +196,7 @@ "expr": "avg(n9e_server_forward_duration_seconds_sum/n9e_server_forward_duration_seconds_count)" } ], - "name": "数据发往TSDB平均耗时(单位:秒)", + "name": "average time it takes to send data to TSDB (unit: seconds)", "options": { "tooltip": { "mode": "all", diff --git a/docker/integrations/net_response/alerts/net_response_by_categraf.json b/docker/integrations/net_response/alerts/net_response_by_categraf.json index a55961e4f4241e471a03e61343f1e50b3576d916..76cb065dcd452ea339c9605d944c03ccadd5b2d2 100644 --- a/docker/integrations/net_response/alerts/net_response_by_categraf.json +++ b/docker/integrations/net_response/alerts/net_response_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "网络地址探活失败", + "name": "Network address probe failed", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/net_response/dashboards/net_response_by_categraf.json b/docker/integrations/net_response/dashboards/net_response_by_categraf.json index 175793adf9afb932bc44e2fef908b51a3351f859..c33bf1e33f223f62a37cd331f540dec17e294402 100644 --- a/docker/integrations/net_response/dashboards/net_response_by_categraf.json +++ b/docker/integrations/net_response/dashboards/net_response_by_categraf.json @@ -1,5 +1,5 @@ { - "name": "TCP探测", + "name": "TCP detection", "tags": "", "ident": "", "configs": { diff --git a/docker/integrations/oracle/dashboards/oracle_by_categraf.json b/docker/integrations/oracle/dashboards/oracle_by_categraf.json index 2caa2a2a4d4faaa8d5b4ef936d2595b515c060de..376e5c6e9a1e641450b91b59f326f5407b9b847a 100644 --- a/docker/integrations/oracle/dashboards/oracle_by_categraf.json +++ b/docker/integrations/oracle/dashboards/oracle_by_categraf.json @@ -1,6 +1,6 @@ { - "name": "Oracle - 模板", - "tags": "Telegraf", + "name": "Oracle by categraf", + "tags": "categraf", "ident": "", "configs": { "var": [ diff --git a/docker/integrations/ping/alerts/ping_by_categraf.json b/docker/integrations/ping/alerts/ping_by_categraf.json index 85d02d64723533d68317da19b105d74196297240..d6e5cc66296fab16b6c875be9633bdc8af75ae09 100644 --- a/docker/integrations/ping/alerts/ping_by_categraf.json +++ b/docker/integrations/ping/alerts/ping_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "PING地址探测失败", + "name": "PING address detection failed", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/ping/dashboards/ping_by_categraf.json b/docker/integrations/ping/dashboards/ping_by_categraf.json index 56bd1ebe2abf7106550a7ed8b7d9dec37b97170e..787de2c4cbb370d832ab5eebbfc88aeb527104fd 100644 --- a/docker/integrations/ping/dashboards/ping_by_categraf.json +++ b/docker/integrations/ping/dashboards/ping_by_categraf.json @@ -1,5 +1,5 @@ { - "name": "PING探测", + "name": "PING detection", "tags": "", "ident": "", "configs": { diff --git a/docker/integrations/process/alerts/process_by_exporter.json b/docker/integrations/process/alerts/process_by_exporter.json index b1c724b656092c4029d4d4b48c9983cfb35d2488..c9b63d560fcc6e4634fb7d4e71e8345e88b0205c 100644 --- a/docker/integrations/process/alerts/process_by_exporter.json +++ b/docker/integrations/process/alerts/process_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "Process X high number of open files", + "name": "Process X high number of open files - exporter", "note": "", "severity": 2, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "Process X is down", + "name": "Process X is down - exporter", "note": "", "severity": 1, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "Process X is restarted", + "name": "Process X is restarted - exporter", "note": "", "severity": 3, "disabled": 0, diff --git a/docker/integrations/process/alerts/procstat_by_categraf.json b/docker/integrations/process/alerts/procstat_by_categraf.json index 351bf6b9b9a6b5e7233c26a7c47cb8da3799a35e..6239ab09a6532505f3539dee320588eb540713ca 100644 --- a/docker/integrations/process/alerts/procstat_by_categraf.json +++ b/docker/integrations/process/alerts/procstat_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "进程监控-有进程数为0,某进程可能挂了", + "name": "there is a process count of 0, indicating that a certain process may have crashed", "note": "", "severity": 1, "disabled": 0, @@ -30,7 +30,7 @@ "append_tags": [] }, { - "name": "进程监控-进程句柄限制过小", + "name": "process handle limit is too low", "note": "", "severity": 3, "disabled": 0, diff --git a/docker/integrations/process/dashboards/process_by_exporter.json b/docker/integrations/process/dashboards/process_by_exporter.json index 71d1470f0c2cf2b637187f548897180634d8ea43..4589ac3bcc55a471127ed0d9d6da7d9dda342072 100644 --- a/docker/integrations/process/dashboards/process_by_exporter.json +++ b/docker/integrations/process/dashboards/process_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "Linux Process - 模板", + "name": "Linux Process - exporter", "tags": "Prometheus Process", "ident": "", "configs": { diff --git a/docker/integrations/redis/alerts/redis_by_categraf.json b/docker/integrations/redis/alerts/redis_by_categraf.json index aeb8bea9d40d191c2613d145bfafce666bf0ca77..9936147732c3323b2db6616717c8bcaf64db7bac 100644 --- a/docker/integrations/redis/alerts/redis_by_categraf.json +++ b/docker/integrations/redis/alerts/redis_by_categraf.json @@ -1,6 +1,6 @@ [ { - "name": "Redis Ping 延迟高(大于100毫秒)", + "name": "High Redis Ping latency (above 100 milliseconds)", "note": "", "severity": 2, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "Redis内存使用率较高", + "name": "High Redis memory usage rate", "note": "", "severity": 2, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "Redis出现拒绝连接", + "name": "Redis connection refused", "note": "", "severity": 2, "disabled": 0, @@ -90,7 +90,7 @@ ] }, { - "name": "Redis刚刚有重启,请注意", + "name": "Redis has just been restarted, please be aware", "note": "", "severity": 3, "disabled": 0, @@ -120,7 +120,7 @@ ] }, { - "name": "Redis较低的命中率", + "name": "Low Redis hit rate", "note": "", "severity": 2, "disabled": 0, @@ -150,7 +150,7 @@ ] }, { - "name": "Redis驱逐率较高", + "name": "High Redis eviction rate", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/redis/alerts/redis_by_exporter.json b/docker/integrations/redis/alerts/redis_by_exporter.json index 8e78c112c14bbac7810abac2ea434d6a9e0d17cf..f157dc22cc8d32972df11436986708192e9eb56d 100644 --- a/docker/integrations/redis/alerts/redis_by_exporter.json +++ b/docker/integrations/redis/alerts/redis_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "Redis内存使用率较高", + "name": "High Redis memory usage rate - exporter", "note": "", "severity": 2, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "Redis出现拒绝连接", + "name": "Redis connection refused - exporter", "note": "", "severity": 2, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "Redis刚刚有重启,请注意", + "name": "Redis has just been restarted, please be aware - exporter", "note": "", "severity": 3, "disabled": 0, @@ -90,7 +90,7 @@ ] }, { - "name": "Redis客户端连接数过高", + "name": "High Redis client connection count - exporter", "note": "", "severity": 2, "disabled": 0, @@ -120,7 +120,7 @@ ] }, { - "name": "Redis延迟高", + "name": "High Redis latency - exporter", "note": "", "severity": 2, "disabled": 0, @@ -150,7 +150,7 @@ ] }, { - "name": "Redis较低的命中率", + "name": "Low Redis hit rate - exporter", "note": "", "severity": 2, "disabled": 0, @@ -180,7 +180,7 @@ ] }, { - "name": "Redis驱逐率较高", + "name": "High Redis eviction rate - exporter", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/redis/dashboards/redis_by_categraf.json b/docker/integrations/redis/dashboards/redis_by_categraf.json index 22424c59445f2179df6284d298173b0fcf598c6c..1f44d00fed1c00d50f8262877b62efb384d8929e 100644 --- a/docker/integrations/redis/dashboards/redis_by_categraf.json +++ b/docker/integrations/redis/dashboards/redis_by_categraf.json @@ -1,5 +1,5 @@ { - "name": "Redis Overview - 模板 by categraf", + "name": "Redis Overview - categraf", "tags": "Redis Prometheus", "ident": "", "configs": { diff --git a/docker/integrations/redis/dashboards/redis_by_exporter.json b/docker/integrations/redis/dashboards/redis_by_exporter.json index a5ca18a341cc3ba0847775371406aebf19701824..993b4509385031e7f4cc32f2e03ce0cac2dfa58a 100644 --- a/docker/integrations/redis/dashboards/redis_by_exporter.json +++ b/docker/integrations/redis/dashboards/redis_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "Redis Overview - 模板 by exporter", + "name": "Redis Overview - exporter", "tags": "Redis Prometheus", "ident": "", "configs": { diff --git a/docker/integrations/tomcat/dashboards/tomcat_by_categraf.json b/docker/integrations/tomcat/dashboards/tomcat_by_categraf.json index 5cb43388926609887731078b023738c937219523..4b15fc36e492025793b7abdb5afa5030b54b9899 100644 --- a/docker/integrations/tomcat/dashboards/tomcat_by_categraf.json +++ b/docker/integrations/tomcat/dashboards/tomcat_by_categraf.json @@ -1,5 +1,5 @@ { - "name": "Tomcat - 模板", + "name": "Tomcat - categraf", "tags": "Categraf", "ident": "", "configs": { diff --git a/docker/integrations/windows/alerts/windows_by_exporter.json b/docker/integrations/windows/alerts/windows_by_exporter.json index 4d192d08b987973903d686407cc9a554c4a15785..558ab10be2260645cb22eb63848ecedf37a456eb 100644 --- a/docker/integrations/windows/alerts/windows_by_exporter.json +++ b/docker/integrations/windows/alerts/windows_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "CPU利用率高", + "name": "High CPU utilization - exporter", "note": "", "severity": 2, "disabled": 0, @@ -30,7 +30,7 @@ ] }, { - "name": "机器在15分钟内发生过重启", + "name": "machine reboot in the last 15 minutes - exporter", "note": "", "severity": 3, "disabled": 0, @@ -60,7 +60,7 @@ ] }, { - "name": "物理内存使用率过高", + "name": "High memory usage rate - exporter", "note": "", "severity": 2, "disabled": 0, @@ -90,7 +90,7 @@ ] }, { - "name": "硬盘快要写满了,注意", + "name": "The hard disk is almost full - exporter", "note": "", "severity": 1, "disabled": 0, @@ -120,7 +120,7 @@ ] }, { - "name": "系统有In方向丢包情况出现", + "name": "packet loss issue in the inbound direction - exporter", "note": "", "severity": 2, "disabled": 0, @@ -150,7 +150,7 @@ ] }, { - "name": "系统有Out方向丢包情况出现", + "name": "packet loss issue in the outbound direction - exporter", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/windows/dashboards/windows_by_exporter.json b/docker/integrations/windows/dashboards/windows_by_exporter.json index dc2c5c1719533483d59d46299788a65b3748b4a3..ffd89e89677c0a4714671827290e16c281b702df 100644 --- a/docker/integrations/windows/dashboards/windows_by_exporter.json +++ b/docker/integrations/windows/dashboards/windows_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "Windows - 模板", + "name": "Windows - exporter", "tags": "Windows Prometheus", "ident": "", "configs": { diff --git a/docker/integrations/zookeeper/alerts/zookeeper_by_exporter.json b/docker/integrations/zookeeper/alerts/zookeeper_by_exporter.json index aa7cc9cfd4300bfbfa13e3d7e69d54665f102ecd..f42a32b0390a7eb7178b2adf1bf5d55973cba6b9 100644 --- a/docker/integrations/zookeeper/alerts/zookeeper_by_exporter.json +++ b/docker/integrations/zookeeper/alerts/zookeeper_by_exporter.json @@ -1,6 +1,6 @@ [ { - "name": "Zookeeper leader 个数大于1", + "name": "More than 1 Zookeeper leader - exporter", "note": "", "severity": 2, "disabled": 0, @@ -28,7 +28,7 @@ "append_tags": [] }, { - "name": "Zookeeper 实例运行异常", + "name": "Zookeeper instance is running abnormally - exporter", "note": "", "severity": 2, "disabled": 0, @@ -56,7 +56,7 @@ "append_tags": [] }, { - "name": "Zookeeper 没有 leader 了", + "name": "There is no Zookeeper leader available - exporter", "note": "", "severity": 2, "disabled": 0, @@ -84,7 +84,7 @@ "append_tags": [] }, { - "name": "Zookeeper 挂掉了", + "name": "Zookeeper has crashed - exporter", "note": "", "severity": 2, "disabled": 0, diff --git a/docker/integrations/zookeeper/dashboards/zookeeper_by_exporter.json b/docker/integrations/zookeeper/dashboards/zookeeper_by_exporter.json index 678f28d17d3bd0428c76df7e0c7fbec88e16d49e..47670087a275e50d6cccda747b33523effa87d79 100644 --- a/docker/integrations/zookeeper/dashboards/zookeeper_by_exporter.json +++ b/docker/integrations/zookeeper/dashboards/zookeeper_by_exporter.json @@ -1,5 +1,5 @@ { - "name": "Zookeeper - 模板", + "name": "Zookeeper - exporter", "tags": "", "ident": "", "configs": {