From c5090e8e84dc392959dc847c36a3667577228df4 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Wed, 1 Mar 2023 14:23:34 +0000 Subject: [PATCH] Increased default threshold per host from 20k to 100k as 20k is too low for modern traffic speeds --- src/fastnetmon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastnetmon.conf b/src/fastnetmon.conf index 11452eb7..673e24c6 100644 --- a/src/fastnetmon.conf +++ b/src/fastnetmon.conf @@ -312,7 +312,7 @@ my_hosts_ban_for_pps = off my_hosts_ban_for_bandwidth = off my_hosts_ban_for_flows = off -my_hosts_threshold_pps = 20000 +my_hosts_threshold_pps = 100000 my_hosts_threshold_mbps = 1000 my_hosts_threshold_flows = 3500