Wednesday, 25 May 2022

Datadog - How to enable Process monitoring in datadog

 Step 1. Log into to your Server and edit the datadog config file

sudo vi /etc/datadog-agent/datadog.yaml




Step 2 Add the below lines at the bottom of the file
process_config:
    enabled: true 

 Step 3 Restart the datadog agent 


Step 4 . Go to Datadog ----infrastructure-----Processes and you will see all your processes




No comments:

Post a Comment

TASK C: Bare-Metal Deployment (Nginx on EC2) — Step-by-Step Guide

Overview In this task, you will deploy the HealthPulse Portal the  traditional way  — static files served directly by Nginx on an EC2 instan...