DevOps Classroomnotes 16/Sep/2023

Monitoring

Server Alive or not

  • To check whether server is alive or not we can send ICMP packets using ping command
  • Ensure firewall rules allow you to perform this test. (In class as we have discussed adding rules to security groups and Network Security Groups)

Application Alive or not

  • For this check, lets try to create a web server
  • Web servers respond on HTTP (TCP:80) and to check we need to send the HTTP Request
  • Installing Nginx on Ubuntu
sudo apt update
sudo apt install nginx -y
  • Test using browser http://<public-ip>:80
  • Installing Apache on ubuntu
sudo apt update
sudo apt install apache2 -y
  • Test using browser http://<public-ip>:80
  • Testing from command line

  • Overview
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Customized Social Media Icons from Acurax Digital Marketing Agency

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%