Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
prometheus-alert-rules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
朱慧超
prometheus-alert-rules
Commits
39cc7066
Commit
39cc7066
authored
Nov 27, 2018
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add rule
parent
3f9c2f66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
README.md
+30
-0
No files found.
README.md
View file @
39cc7066
...
...
@@ -216,3 +216,33 @@ kubectl apply -f [新规则]
> ##### 报警名称: "KubeClientCertificateExpiration"
> *消息*: `Kubernetes API certificate is expiring in less than 1 day.`
备注: 系统证书将在1天后过期
> ##### 报警名称: "NodeCPUUtilizaionHigh"
> *消息*: `CPU Utilizaion on node {{$labels.instance}} is {{ $value | printf "%.2f" }}%.`
备注: 节点CPU负载过高
> ##### 报警名称: "NodeCPUUtilizaionHigh"
> *消息*: `CPU Utilizaion on node {{$labels.instance}} is {{ $value | printf "%.2f" }}%.`
备注: 节点CPU负载极高
> ##### 报警名称: "NodeCPULoad5High"
> *消息*: `CPU Load5 per core on node {{$labels.instance}} is {{ $value | printf "%.2f" }}.`
备注: 节点CPULoad5过高
> ##### 报警名称: "NodeCPULoad5High"
> *消息*: `CPU Load5 per core on node {{$labels.instance}} is {{ $value | printf "%.2f" }}.`
备注: 节点CPULoad5极高
> ##### 报警名称: "NodeMemUsageHigh"
> *消息*: `Memory Usage on node {{$labels.instance}} is {{ $value | printf "%.2f" }}%.`
备注: 节点内存使用率过高
> ##### 报警名称: "NodeMemUsageHigh"
> *消息*: `Memory Usage on node {{$labels.instance}} is {{ $value | printf "%.2f" }}%.`
备注: 节点内存使用率极高
> ##### 报警名称: "NodeRxUsageHigh"
> *消息*: `Network Rx on node {{$labels.instance}} is {{ $value | printf "%.2f" }}KB/S.`
备注: 节点网卡每秒接收字节数过高
> ##### 报警名称: "NodeRxUsageHigh"
> *消息*: `Network Rx on node {{$labels.instance}} is {{ $value | printf "%.2f" }}KB/S.`
备注: 节点网卡每秒接收字节数极高
> ##### 报警名称: "NodeTxUsageHigh"
> *消息*: `Network Tx on node {{$labels.instance}} is {{ $value | printf "%.2f" }}KB/S.`
备注: 节点网卡每秒发送字节数过高
> ##### 报警名称: "NodeTxUsageHigh"
> *消息*: `Network Tx on node {{$labels.instance}} is {{ $value | printf "%.2f" }}KB/S.`
备注: 节点网卡每秒发送字节数极高
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment