Difference between revisions of "Monit"

From Amahi Wiki
Jump to: navigation, search
(Created page with "[http://www.amahi.org/apps/monit Monit] web access is currently in ALPHA status for Fedora 14 and Ubuntu 12.04. == Email Notifications == Edit /etc/monit/monitrc and uncomment t...")
 
Line 3: Line 3:
 
== Email Notifications ==
 
== Email Notifications ==
 
Edit /etc/monit/monitrc and uncomment the following lines:
 
Edit /etc/monit/monitrc and uncomment the following lines:
{{Text|Text=#set mailserver localhost
+
{{Text|Text=<nowiki>#</nowiki>set mailserver localhost
#set mail-format { from: monit@localhost }
+
<nowiki>#</nowiki>set mail-format { from: monit@localhost }
#set alert root@localhost}}
+
<nowiki>#</nowiki>set alert root@localhost}}
 
Change as needed to match your system.
 
Change as needed to match your system.

Revision as of 14:13, 21 July 2012

Monit web access is currently in ALPHA status for Fedora 14 and Ubuntu 12.04.

Email Notifications

Edit /etc/monit/monitrc and uncomment the following lines:

Text
​#set mailserver localhost #set mail-format { from: monit@localhost } #set alert root@localhost​

Change as needed to match your system.