Project Overview

In this project, I implemented cloud monitoring and alerting using Datadog. The setup included configuring metrics collection, creating alert policies and integrating notifications with slack. This ensures proactive monitoring of system performance especially CPU and memory usage.

Tools Used

Project Implementation

Step 1: EC2 Instance Setup

sudo hostnamectl set-hostname Chukwuemeka-datadog
sudo su - ubuntu
sudo apt update -y
sudo apt upgrade

DD 1.png

Step 2: Datadog Installation and configuration