How To Install Logwatch on Ubuntu 22.04 LTS
Logwatch is an open-source log analyzer that scans through system logs and sends out a summary report of important system activity via email or other channels. This makes it easy to monitor and manage system logs, and quickly identify potential security threats or other issues.
In this video, i will walk you through the process of installing and configuring Logwatch on Ubuntu 22.04 LTS.
Useful Links:
VPS/VDS – https://www.mivocloud.com/
WARNING – ANGLED BRACKETS AREN’T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt install logwatch
sudo nano /usr/share/logwatch/default.conf/logwatch.conf
sudo nano /etc/cron.daily/logwatch
#!/bin/sh
/usr/sbin/logwatch –output mail –mailto your-email-address –detail High
logwatch
logwatch –help
ubuntu