2017-05-24 09:43:38 +01:00
|
|
|
# logwatch
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> Summarizes many different logs for common services (e.g. apache, pam_unix, sshd, etc.) in a single report.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/logwatch>.
|
2017-05-24 09:43:38 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Analyze logs for a range of dates at a certain level of detail:
|
2017-05-24 09:43:38 +01:00
|
|
|
|
|
|
|
`logwatch --range {{yesterday|today|all|help}} --detail {{low|medium|others}}'`
|
|
|
|
|
|
|
|
- Restrict report to only include information for a selected service:
|
|
|
|
|
|
|
|
`logwatch --range {{all}} --service {{apache|pam_unix|etc}}`
|