add alerts of plugin conntrack

This commit is contained in:
Ulric Qin 2022-06-21 11:28:49 +08:00
parent 6701e97e93
commit 372bad456b
1 changed files with 5 additions and 1 deletions

View File

@ -6,4 +6,8 @@
- conntrack
- ip_conntrack_count (int, count): the number of entries in the conntrack table
- ip_conntrack_max (int, size): the max capacity of the conntrack table
- ip_conntrack_max (int, size): the max capacity of the conntrack table
## 告警
可以配置一条这样的告警规则 `conntrack_ip_conntrack_count / ip_conntrack_max > 0.8`