Changes

From Amahi Wiki
Jump to: navigation, search
361 bytes added ,  17:34, 21 July 2012
no edit summary
== Email Notifications ==
This will only work if you have set up your HDA to send emails. The [[Gmail_As_Relay_On_Ubuntu|Gmail as Relay]] tutorial is one optionor you can do it in Monit directly.
Edit /etc/monit/monitrc and update as follows:{{Text|Text=set mailserver smtp.gmail.com port 587 username "MYUSER" password "MYPASSWORD" using tlsv1}}'''NOTE:''' Replace "MYUSER" and "MYPASSWORD" with your Gmail user name and password. Enable email notifications by editing /etc/monit/monitrc and uncomment (remove #) the following lines (Change as needed to match your system):
{{Text|Text=<nowiki>#</nowiki>set mailserver localhost
<nowiki>#</nowiki>set mail-format { from: monit@localhost }
== Update Certificate ==
A default certificate is installed by the Amahi application. To change the certificate to match your area, do the following steps as root user (For Ubuntu, prefix the command lines with <code>sudo</code>):
{{Code|cd /var/certs
openssl req -new -x509 -days 365 -nodes -config ./monit.cnf -out /var/certs/monit.pem -keyout /var/certs/monit.pem
openssl x509 -subject -dates -fingerprint -noout -in /var/certs/monit.pem
chmod 700 /var/certs/monit.pem}}
 
'''NOTE:''' For Ubuntu, the second openssl (openssl gendh) step requires the actual '''''root''''' user environment (<code>sudo su -</code>).
 
Restart Monit:
{{Code|/etc/init.d/monit restart}}
 
'''NOTE:''' For Ubuntu, the second openssl (openssl gendh) step requires the actual '''''root''''' user environment (<code>sudo su -</code>).
[[Category:Apps]]
12,424

edits