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 Grace-datadog
sudo su - ubuntu
sudo apt update -y
sudo apt upgrade

Screenshot (269).png

Step 2: Datadog Installation and configuration

sudo nano datadog.yaml
Process_config:
   enabled: true

Screenshot (224).png