From b21b78f6a734ea13eb25287f7e04f87dd2f141b2 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Thu, 4 Dec 2014 19:12:45 +0300 Subject: [PATCH] We can update screen every second! Nice --- fastnetmon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastnetmon.conf b/fastnetmon.conf index 6878e20..d2ac018 100644 --- a/fastnetmon.conf +++ b/fastnetmon.conf @@ -8,7 +8,7 @@ threshold_flows = 3500 ban_details_records_count = 500 redis_port = 6379 redis_host = 127.0.0.1 -check_period = 3 +check_period = 1 sort_parameter = packets max_ips_in_list = 7 notify_script_path = /usr/local/bin/notify_about_attack.sh