How to Install Logwatch on Fedora 22

Posted on by J. Mays | Updated:
Reading Time: < 1 minute

Logwatch is a Perl-based log management tool for analyzing, summarizing, and reporting on a server’s log files. It is most often used to send a short digest of a server’s log activity to a system administrator.

What are log files? Logs are application-generated files useful for tracking down and understanding what has happened in the past.

Pre-Flight Check

  • These instructions are intended specifically for installing the Logwatch on Fedora 22.
  • I’ll be working from a Liquid Web Self Managed Fedora 22 server, and I’ll be logged in as root.

Step 1: Install Logwatch

As a matter of best practice we’ll update our packages:

dnf -y update

Then let’s install Logwatch and any required packages:

dnf -y install logwatch

Step 2: Configuration File Locations

Local Configuration Options can be found in:

/etc/logwatch/conf/logwatch.conf

Default Configuration Options can be found in:

/usr/share/logwatch/default.conf/logwatch.conf

It is best practice to leave the Default Configuration as is, and edit the Local Configuration option, which is under /etc as listed above.

Avatar for J. Mays

About the Author: J. Mays

As a previous contributor, JMays shares his insight with our Knowledge Base center. In our Knowledge Base, you'll be able to find how-to articles on Ubuntu, CentOS, Fedora and much more!

Latest Articles

How to install PyTorch on Linux (AlmaLinux)

Read Article

Innovative armor — exploring ThreatDown’s impact on cyber defense

Read Article

Controlling PHP settings with a custom php.ini file

Read Article

Linux dos2unix command syntax — removing hidden Windows characters from files

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article