Category Archives: DevOps

Automate EC2 AMI Backup Using Lambda Function

By | September 27, 2019

If you are Working on AWS you must be working with EC2. Creating and managing Your Appication On EC2 Would definitely require to have a backup strategy.  Its quite annoying to take the backup of Selected Servers on Regular Basis or in some interval of time. Taking backup is Important but managing the retention time… Read More »

Setup Docker Swarm Cluster and Understanding its Components.

By | August 17, 2019

Docker Swarm: It’s an embedded functionality of Docker itself for Container Cluster management. This would be a brief and Simplified guide for Deploying Application to the Docker Swarm Cluster. For more details please have a look at the official documentations. Setup master and Worker Nodes Launch an Ec2 instance, We will create a master and… Read More »

Alert Notification to Slack from Grafana

By | July 20, 2019

In the last post, we have seen how we can Monitor our Server and can get notified for any of the Alerts using the Alert manger. In this Blog, We Will See how we can Set an Alert and Send Notification to Slack using the Grafana Embedded Alerting System. We Assume that You have grafana… Read More »

Notification to Slack using Prometheus AlertManger

By | June 26, 2019

Alertmanger manger helps to Send the Notification for any of the Alert generated for your server to either, email, Slack, Hipchat, etc. It is Configured from the command line and has certain configuration files. In one of the Previous blog, we have seen step by step process of setup and configurations of Prometheus, Node Exporter,… Read More »

Creating Dashboard in Grafana

By | June 23, 2019

After the setup of the Grafana and Prometheus in the previous section of this Article, now we are going to create some attractive Dashboard to Visualize and monitor. In the Previous Section, we have also Seen that how we can add a Data Source to the Grafana and already added Prometheus as a Data Source.So… Read More »

Monitoring Servers and Docker Containers using Prometheus and Grafana.

By | June 22, 2019

Monitoring is one of the Important part of your Infrastructure which is mandatory to have. None of the Infrastructure is always stables and cannot be kept without monitoring and Alerting. Here We will be looking into how we can Monitor our Servers and even Docker Containers running inside the Server using Grafana, Prometheus, Node Exporter,… Read More »