Welcome to this project of the ALX System Engineering DevOps curriculum! This repository contains tasks focused on monitoring web stacks. Each task here serves a specific purpose to help understand how to monitor various components of a web infrastructure.
🔧 Task: Sign up for Datadog and install the Datadog agent on your web-01 and web-02 servers.
📊 Task: Set up monitoring for specific metrics such as CPU usage, memory usage, and disk usage using Datadog.
📉 Task: Create a dashboard in Datadog to visualize the monitored metrics.
-
Clone the repository:
git clone https://github.com/Linf0rd/alx-system_engineering-devops.git
cd alx-system_engineering-devops/0x18-webstack_monitoring
-
Follow the task instructions:
- Sign up for Datadog, install the agent, and set up the monitoring as described in the task files and README.
-
Datadog: Ensure you have a Datadog account and the Datadog agent installed.
DD_AGENT_MAJOR_VERSION=7 DD_API_KEY=<YOUR_API_KEY> DD_SITE="datadoghq.com" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)"
👨💻 Linf0rd