Tagged articles
13 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jun 12, 2022 · Operations

Automate Disk Usage Monitoring with a Bash Script and Email Alerts

This guide shows how to install mail utilities on CentOS 8, write a Bash script that checks disk usage, send threshold‑exceeding reports via email, and schedule the script with cron for continuous, automated monitoring of critical servers.

Disk Monitoringcronemail alerts
0 likes · 5 min read
Automate Disk Usage Monitoring with a Bash Script and Email Alerts
Liangxu Linux
Liangxu Linux
Mar 27, 2021 · Operations

How to Set Up Email Alerts for SSH Logins on Linux

This guide shows how to configure Linux systems to send email notifications whenever an SSH login occurs, covering root, specific users, and all users by adding appropriate scripts to .bashrc or /etc/bashrc and using the mail command.

LinuxSSHSystem Administration
0 likes · 3 min read
How to Set Up Email Alerts for SSH Logins on Linux
Open Source Linux
Open Source Linux
Mar 26, 2020 · Operations

How to Install Mailx on Linux and Build a Keyword Log Monitoring Script

This guide walks you through installing the Mailx email client on a Linux server, applying necessary patches, configuring SMTP settings, testing email delivery, and creating a shell script that monitors log files for keywords and automatically sends alert emails when matches are detected.

LinuxLog Monitoringemail alerts
0 likes · 4 min read
How to Install Mailx on Linux and Build a Keyword Log Monitoring Script
Liangxu Linux
Liangxu Linux
Mar 18, 2020 · Operations

How to Install and Configure Mailx on Linux for Log Monitoring and Alerts

This guide walks through installing the Mailx email client on a Linux server, applying a patch to fix compilation errors, configuring SMTP settings, testing email delivery, and building a shell script that monitors log files for keyword anomalies and triggers email alerts.

Log Monitoringemail alertsmailx
0 likes · 5 min read
How to Install and Configure Mailx on Linux for Log Monitoring and Alerts
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2018 · Operations

How to Build a Threaded Python Site‑Monitoring Script with Email Alerts

This article explains how to create a Python script that monitors multiple websites, detects downtime, sends email alerts, and uses threading for concurrent checks, illustrating the implementation of site_up and site_down functions and how to manage dynamic monitoring lists in an operations context.

email alertssite monitoringthreading
0 likes · 6 min read
How to Build a Threaded Python Site‑Monitoring Script with Email Alerts