From 6a72729ab611ea876da323e8bd783e3e8686ba5b Mon Sep 17 00:00:00 2001 From: UncleRaymondo Date: Sat, 10 Mar 2018 00:03:37 +1100 Subject: [PATCH] Fix logrotate.conf for new conpot containers --- etc/logrotate/logrotate.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/logrotate/logrotate.conf b/etc/logrotate/logrotate.conf index 85d889bb..d5cc2ca6 100644 --- a/etc/logrotate/logrotate.conf +++ b/etc/logrotate/logrotate.conf @@ -1,5 +1,11 @@ -/data/conpot/log/conpot.json -/data/conpot/log/conpot.log +/data/conpot_default/log/conpot.json +/data/conpot_default/log/conpot.log +/data/conpot_kamstrup/log/conpot.json +/data/conpot_kamstrup/log/conpot.log +/data/conpot_guardianast/log/conpot.json +/data/conpot_guardianast/log/conpot.log +/data/conpot_IEC104/log/conpot.json +/data/conpot_IEC104/log/conpot.log /data/cowrie/log/cowrie.json /data/cowrie/log/cowrie-textlog.log /data/cowrie/log/lastlog.txt