parent
c6c7f5bcdd
commit
da8fdb745d
@ -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):
|
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
|
# Verbose output, today only
|
||||||
logwatch --service backup --output stdout --format text --range today --detail 5
|
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!
|
Loading…
Reference in New Issue
Block a user