From 372bad456bfd1cec03c733e21c3a7d19be8dd1f8 Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Tue, 21 Jun 2022 11:28:49 +0800 Subject: [PATCH] add alerts of plugin conntrack --- inputs/conntrack/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inputs/conntrack/README.md b/inputs/conntrack/README.md index ea10fd0..ba6b652 100644 --- a/inputs/conntrack/README.md +++ b/inputs/conntrack/README.md @@ -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 \ No newline at end of file + - ip_conntrack_max (int, size): the max capacity of the conntrack table + +## 告警 + +可以配置一条这样的告警规则 `conntrack_ip_conntrack_count / ip_conntrack_max > 0.8` \ No newline at end of file