linux:monit
This is an old revision of the document!
Table of Contents
Monit
Installation
sudo apt update sudo apt install monit sudo systemctl start monit sudo systemctl enable monit sudo systemctl status monit
Konfiguration
/etc/monit/conf-enabled/monit.conf erstellen:
set httpd port 2812 and
use address localhost # only accept connection from localhost (drop if you use M/Monit)
allow localhost # allow localhost to connect to the server and
allow admin:monit # require user 'admin' with password 'monit'
linux/monit.1679525929.txt.gz · Last modified: (external edit)