From 616e3ded86f69ca0436a9415fc8203617b6f9c7a Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Tue, 11 Apr 2017 08:22:38 +0000
Subject: [PATCH] séparation du nettoyage pour qu'il soit réalisé régulièrement

---
 vilain.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/vilain.conf b/vilain.conf
index 255438e..9e97fef 100644
--- a/vilain.conf
+++ b/vilain.conf
@@ -14,10 +14,14 @@
 ip1 = 92.150.160.157
 ip2 = 92.150.160.156
 
+# duration before each checks on the different log files
+sleeptime = 0.5
+
 ### Guardians
 #[name of the guardian]
 #logfile = /file/to/watch
 #regex = regex that return the bad guy IP
+#maxtries = 2 #facultative
 
 [ssh]
 logfile = /var/log/authlog

--
Gitblit v1.9.3