MailGates系統中,有一個監看程式(monitor script) -- /mailgates/mg/util/mg_monitor.pl,它主要監看兩種系統不正常的狀況:
1. 硬碟使用的容量超過80%;
2.
任一個常駐程式(mgsmtpd,
mgmailerd, milo, mgrcd, 或 httpd)未正常運作。
一但上述兩種不正常狀況發生,監看程式會寄發警示信給所有管理者(system administrators),信件內容描述系統不正常的狀況。底下展示一封警示信的內容:
=============================================================
From: "MailGates System" <mg_notify@mg.openfind.com.tw>
To: MailGates System Administrators
Subject: MailGates System Warning: FILESYSTEMS NEAR FULL. SERVICE DOWN.
Date: Thu, 12 Jul 2012 16:01:44 +0800
MailGates on mg.openfind.com.tw has below situations now:
Warning: filesystems are used over 80%:
Filesystem Size Used Avail Capacity
Mounted on
/dev/ad0s1e 1.9G 1.5G 305M
83% /home
Warning: mgrcd is not running.
=============================================================
安裝的時候已經預設在 cron jobs,中設定每個小時的 10分啟動監看程式。