CWP panel

🔥Monit Monitoring | End to End Demo in Tamil 👇 | Install | Monit to Monitor Nginx | Send Alert Mail



#monitintamil #monitmonitoring #linuxmonitoring

How to install Monit on Ubuntu
******************************

sudo apt-get update
sudo apt install monit
sudo monit
sudo systemctl status monit
sudo nano /etc/monit/monitrc
set daemon 120
sudo systemctl restart monit
sudo monit reload
monit start all
*********************************************************
#monitintamil #monitmonitoring #nginxintamil
How to monitor Nginx via Monit
******************************
sudo apt install nginx

sudo nano /etc/monit/conf.d/nginx

check process nginx with pidfile /run/nginx.pid
start program = “/usr/sbin/service nginx start” with timeout 60 seconds
stop program = “/usr/sbin/service nginx stop”
if failed host 127.0.0.1 port 80 protocol http for 3 cycles then restart
*************************************************************

#monitintamil #monitmonitoring #monitalertmail

Note: mailserver gmail setting you will enalbe Less secure app access
for mail send from monit tool
STEPS:
sudo nano /etc/monit
set alert AXXXEE@gmail.com #alert send to this admin mail
#For monit 5.17 or later:
set mailserver smtp.gmail.com port 587
username “MYUSER” password “MYPASSWORD”
using tls

*************************************************************

HOW TO INSTALL MONIT ON UBUNTU | MONITORING CPU MEMORY | TAMIL CLOUD

Use Monit to Monitor + Restart NGINX | Tamil Cloud

Setup Two Factor Authentication On Linux SSH l Tamil Cloud

‘top’ Command explained in Tamil | Linux Tutorials 9

What is Sticky Bit in Linux | Tamil Cloud

10 Best Practices for AWS Cost Optimization | AWS Tamil

AWS GOVERNANCE IN TAMIL

Upstream Project vs Downstream Project | Jenkins Tamil 2 ******************************************************

Project based User Permission | Jenkins with Tamil -3 ***************************************************

DNS and letsencrypt SSL install Jenkins Tamil 4
AWS Domainல என்னென்ன JOB இருக்கு…? | AWS Tamil
HOW TO INSTALL MONIT ON UBUNTU | MONITORING CPU MEMORY | TAMIL CLOUD

Setup Two Factor Authentication On Linux SSH l Tamil Cloud

‘top’ Command explained in Tamil | Linux Tutorials 9

What is Sticky Bit in Linux | Tamil Cloud

10 Best Practices for AWS Cost Optimization | AWS Tamil

AWS GOVERNANCE IN TAMIL

Upstream Project vs Downstream Project | Jenkins Tamil 2 ******************************************************

Project based User Permission | Jenkins with Tamil -3
***************************************************

DNS and letsencrypt SSL install Jenkins Tamil 4

AWS Domainல என்னென்ன JOB இருக்கு…? | AWS Tamil

Setup Two Factor Authentication On Linux SSH l Tamil Cloud

‘top’ Command explained in Tamil | Linux Tutorials 9

What is Sticky Bit in Linux | Tamil Cloud

10 Best Practices for AWS Cost Optimization | AWS Tamil

AWS GOVERNANCE IN TAMIL

Upstream Project vs Downstream Project | Jenkins Tamil 2 ******************************************************

Project based User Permission | Jenkins with Tamil -3
***************************************************

DNS and letsencrypt SSL install Jenkins Tamil 4

AWS Domainல என்னென்ன JOB இருக்கு…? | AWS Tamil

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button