<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Preetham Keekan</title>
    <description>The latest articles on Debug School by Preetham Keekan (@pkeekan_501).</description>
    <link>https://www.debug.school/pkeekan_501</link>
    <image>
      <url>https://www.debug.school/images/1NWYd1zcDkrflncV-4LCQPG53B4Gx6LNPPtQC9u8Yv0/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzczLzYyZTIy/ZWQxLTJhNjctNGQ5/My1iYjU2LTRlZmNl/NzMzNDdmYi5wbmc</url>
      <title>Debug School: Preetham Keekan</title>
      <link>https://www.debug.school/pkeekan_501</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/pkeekan_501"/>
    <language>en</language>
    <item>
      <title>Understanding Datadog Agent</title>
      <dc:creator>Preetham Keekan</dc:creator>
      <pubDate>Tue, 13 Sep 2022 10:16:56 +0000</pubDate>
      <link>https://www.debug.school/pkeekan_501/understanding-datadog-agent-3oia</link>
      <guid>https://www.debug.school/pkeekan_501/understanding-datadog-agent-3oia</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What is Datadog agent?&lt;br&gt;
Datadog agent is a software that is hosted on Infra which that collects events and metrics and sends to datadog to analyze and visualize the data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type of Datadog Agent?&lt;br&gt;
Collector and DogStatsD&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ports used in Datadog agent?&lt;br&gt;
TCP, SSL, UDP&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 5 commands with simple explanation troubleshooting Datadog agent?&lt;br&gt;
Start the agent - $ systemctl start datadog-agent&lt;br&gt;
Stop the agent - $ systemctl stop datadog-agent&lt;br&gt;
Restart agent - $ systemctl restart datadog-agent&lt;br&gt;
Status of the agent - $ systemctl status datadog-agent&lt;br&gt;
Run a check - $ datadog-agent &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Locate how to enable Logs monitoring in datadog.yaml&lt;br&gt;
To enable log collection we need to 'change logs_enabled: false' to 'logs_enabled: true' in the Agent’s main configuration file (datadog.yaml).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;5 techniques for troubleshooting Datadog?&lt;br&gt;
Verify API key&lt;br&gt;
Verify site/region&lt;br&gt;
Check if Datadog agent is running on the host &lt;br&gt;
If config file is edited, check if agent is re-started after editing.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
