VMware tutorial - IT technology blog

Configuring vSphere Alarms and Email Notifications: Automated SysAdmin Alerts When ESXi CPU, RAM, and Datastore Exceed Thresholds

A comparison of three ESXi monitoring approaches (native alarms, Zabbix, PowerCLI) and a practical walkthrough for deploying vSphere Alarms to automatically email SysAdmins when CPU, RAM, or Datastore usage hits dangerous thresholds. Step-by-step from SMTP configuration to fine-tuning thresholds to avoid alert fatigue.
Linux tutorial - IT technology blog

How to Configure kdump on Linux: Collecting Kernel Crash Dumps and Analyzing Critical System Failures

kdump captures the entire state of RAM at the moment of a kernel panic — before the system has a chance to reboot. It is the only tool that allows sysadmins to investigate the root cause of a server crash when the logs record nothing. This guide covers installing and configuring kdump on RHEL/CentOS/Ubuntu, safely triggering a test crash, and analyzing vmcore files with the crash tool.