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

Bash Script to Install Artifactory in Ubuntu 22

JFrog Artifactory OSS 7.21.5 — Install (Bash Script) This script installs Artifactory OSS (no Docker, no Pro, works on Ubuntu 22 EC2). ...