Commit 39cc7066 by unknown

add rule

parent 3f9c2f66
......@@ -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.`
备注: 节点网卡每秒发送字节数极高
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment