Difference between revisions of "Monit"
From Amahi Wiki
Line 7: | Line 7: | ||
<nowiki>#</nowiki>set alert root@localhost}} | <nowiki>#</nowiki>set alert root@localhost}} | ||
Change as needed to match your system. | Change as needed to match your system. | ||
+ | |||
+ | == Change Password == | ||
+ | Edit Edit /etc/monit/monitrc and change as desired: | ||
+ | {{Text|Text=allow admin:admin}} | ||
+ | |||
+ | [[Category:Apps]] |
Revision as of 14:17, 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.
Change Password
Edit Edit /etc/monit/monitrc and change as desired:
Text |
---|
allow admin:admin
|