mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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}}`
|