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 D: Kubernetes Deployment (k3s on EC2) — Step-by-Step Guide

  Overview In this task, you deploy the HealthPulse Portal to a  real Kubernetes cluster  running on AWS EC2 instances. You'll use  k3s ...