Difference between revisions of "Monit"
From Amahi Wiki
Line 12: | Line 12: | ||
{{Text|Text=allow admin:admin}} | {{Text|Text=allow admin:admin}} | ||
− | [[Category | + | [[Category:Apps]] |
Revision as of 14:18, 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
|