From d0a8df5b70daeddd6379f6970254e29d24bae0a3 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 16 Oct 2018 09:39:27 -0600 Subject: [PATCH] Sample logwatch config files for backup log processing --- etc/logwatch/conf/logfiles/backup.conf | 13 +++++++++++++ etc/logwatch/conf/services/backup.conf | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 etc/logwatch/conf/logfiles/backup.conf create mode 100644 etc/logwatch/conf/services/backup.conf diff --git a/etc/logwatch/conf/logfiles/backup.conf b/etc/logwatch/conf/logfiles/backup.conf new file mode 100644 index 0000000..da5989d --- /dev/null +++ b/etc/logwatch/conf/logfiles/backup.conf @@ -0,0 +1,13 @@ +# Location of your script's log file, -l parameter +LogFile = /path/to/your/backup.log + +# Format of logrotate archives for your script. Example assumes compression and +# extension preservation +Archive = /path/to/your/logfile.ext.?.gz + +# Apply the correct date/time filtering to match the format of the script's log +# We are using a custom pl script in /etc/logwatch/scripts/shared/ +# You don't need to change this unless you have altered the 'stamp' variable in +# the script in which case you will want to update the regex in the custom pl +# script below +*sqFullStampAnywhere \ No newline at end of file diff --git a/etc/logwatch/conf/services/backup.conf b/etc/logwatch/conf/services/backup.conf new file mode 100644 index 0000000..8a15dce --- /dev/null +++ b/etc/logwatch/conf/services/backup.conf @@ -0,0 +1,9 @@ +# Name of the logfile group without any extension +LogFile = backup + +# Heading displayed on Logwatch's report for this service +Title = "System and NextCloud Backup" + +# Override the detail level for this service +# Remember the levels are: 0, 1-4, 5, 6+ +# Detail = 0 \ No newline at end of file