====== Monit ======
apt-get install monit
Nastavení v souboru **/etc/monit/monitrc**:
set mailserver smtp.gmail.com port 587
username "petr.nosek@gmail.com" password "supertajneheslo" using tlsv1,
localhost # fallback relay
with timeout 30 seconds
set alert petr.nosek@gmail.com
set httpd port 2812 and
use address 192.168.0.1 # only accept connection from localhost (drop if you use M/Monit)
allow localhost # allow localhost to connect to the server and
allow 192.168.0.1/24
#allow 84.42.251.238/32
monit status
http://192.168.0.1:2812/
zdroje:
* https://www.howtoforge.com/tutorial/server-monitoring-with-munin-and-monit-on-debian/2/
* https://gist.github.com/jcdarwin/fa9235dd48276f348cc7