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 Ansible Automation Platform ( AWX)

#!/bin/bash # --- Configuration --- AWX_OPERATOR_VERSION="2.19.1" NAMESPACE="awx" KUBECONFIG_PATH="/etc/rancher/k3s...