From the category archives:

Monitoring

Linux 64 bit kernel shell script to collect hardware errors via /var/log/mcelog and send email alert to prevent server crash.

{ 0 comments }

A shell script to monitor all running process for every 30 seconds but only 3 times on a screen.

{ 0 comments }

A SHELL script to monitor NAS backup server and send an email when running out of backup disk space.

{ 0 comments }

#!/bin/bash
# Shell script to restart MySQL server if it is killed or not working
# due to ANY causes.
# When script detects mysql is not running (it basically sends ping request
# to MySQL) it try to start using /etc/init.d/mysql script; and it sends an
# email to user indicating the status.
# This script must be run from [...]

{ 4 comments }

A Linux / UNIX Shell Script To Monitor Services Such As Web / Http, Ssh, Mail Server and send an email if they are down.

{ 10 comments }