logwatch

Summarizes many different logs for common services (e.g. apache, pam_unix, sshd, etc.) in a single report. More information: <https://manned.org/logwatch>.

Debian Debian
RUN apt-get update && \ apt-get install -y logwatch
Ubuntu
RUN apt-get update && \ apt-get install -y logwatch
Arch Arch Linux
RUN pacman -S --noconfirm logwatch
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y logwatch
CentOS
RUN yum install -y logwatch
Fedora
RUN dnf install -y logwatch
Raspbian
RUN apt-get update && \ apt-get install -y logwatch
click the source code to copy install logwatch on any operating system with command-not-found.com