From b8032acf97ede5468fe15317c608c469e1632811 Mon Sep 17 00:00:00 2001 From: Gabriel Moreau Date: Wed, 10 Jan 2024 14:21:51 +0000 Subject: [PATCH] Update file control --- DEBIAN/control | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/DEBIAN/control b/DEBIAN/control index 84f3aa0..f7101f7 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -2,8 +2,18 @@ Package: reaction Version: LAST_TAG Architecture: amd64 Maintainer: ppom <> -Sections: utils +Section: utils Package-Type: deb Priority: Optional Homepage: https://framagit.org/ppom/reaction -Description: A daemon that scans program outputs for repeated patterns, and takes action. +Description: A daemon that scans program outputs for repeated patterns, and takes action + A common use of reaction is to scan ssh and web server logs, + and ban hosts that cause multiple authentication errors. + reaction doesn't have all the features of the honorable fail2ban, + but it's ~10x faster and easier to configure. +Tag: admin::automation, admin::logging, admin::monitoring, + interface::commandline, interface::daemon, + network::firewall, protocol::ip, role::program, + security::authentication, security::firewall, security::ids, + security::log-analyzer, use::login, use::monitor, + works-with-format::plaintext, works-with::logfile, works-with::text