mirror of https://github.com/CrimsonTome/tldr.git
13 lines
487 B
Markdown
13 lines
487 B
Markdown
# logwatch
|
|
|
|
> Fasst viele verschiedene Logs für gängige Dienste (z.B. Apache, pam_unix, sshd, usw.) in einem einzelnen Bericht zusammen.
|
|
> Weitere Informationen: <https://manned.org/logwatch>.
|
|
|
|
- Analysiere Logs für einen Zeitraum mit einer bestimmten Detailtiefe:
|
|
|
|
`logwatch --range {{yesterday|today|all|help}} --detail {{low|medium|others}}'`
|
|
|
|
- Beschränke den Bericht auf Informationen zu einem ausgewählten Dienst:
|
|
|
|
`logwatch --range {{all}} --service {{apache|pam_unix|etc}}`
|