From da8fdb745dbf30097140bd80f9360b0eeae2c1cd Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 24 May 2020 03:43:39 -0600 Subject: [PATCH] --- 7.1.5-Testing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/7.1.5-Testing.md b/7.1.5-Testing.md index c14e684..73fbc7c 100644 --- a/7.1.5-Testing.md +++ b/7.1.5-Testing.md @@ -1,4 +1,4 @@ -# Testing +# testing Run *logwatch --help* and note the options. You can test just this service locally on your screen with the following command (assuming you kept default names for everything): @@ -12,3 +12,7 @@ logwatch --service backup --output stdout --format text --range yesterday --deta # Verbose output, today only logwatch --service backup --output stdout --format text --range today --detail 5 ``` + +## final notes + +I'm a horrible PERL programmer so if anyone can optimize/improve the script file used for Logwatch then please do it! Otherwise, I hope this made sense and helped you integrate the backup script with Logwatch for easy monitoring :-) Please file any questions/comments/suggestions you have in the issues section. If you want to contribute, file a pull-request. Thanks! \ No newline at end of file