How to install Monit in ubuntu
Quickloss3
Update Server: apt update && apt upgrade -y
Install Monit: apt install monit -y systemctl status monit
Configure Monit: nano /etc/monit/monitrc uncomment set httpd port 2812 and allow admin:yourpassword
monit -t
Install apache and mariadb: apt install apache2 mariadb-server -y ln -s /etc/monit/conf-available/apache2 /etc/monit/conf-enabled/ ln -s /etc/monit/conf-available/mysql /etc/monit/conf-enabled/ systemctl restart monit ss -plunt | grep 2812
http://server_ip:2812 ... https://www.youtube.com/watch?v=wrwUOMpFtQo
2023-03-28
0.0 LBC
Copyrighted (contact publisher)
17414144 Bytes