Debian11.3_en Debian11.3 : Disk Usage Check、Logwatch
1. Introduce disk usage check script1.1 Scripting# cd /opt/script/# vi disk_capacity_check.shContents of disk_capacity_check.sh#!/bin/bash#Email Address for NotificationMAIL=" "2. Log analysis tool logwatch installed2.1 Install logwatch# apt -y install logwatch2.2 Edit logwatch configuration file①Copy the default configuration file
