<?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: Anilkumar Vanteru</title>
    <description>The latest articles on Debug School by Anilkumar Vanteru (@anilkumarvanteru_666).</description>
    <link>https://www.debug.school/anilkumarvanteru_666</link>
    <image>
      <url>https://www.debug.school/images/CPDdQlGexClW9WOTxwLbEDeLKxuBxqind7bvkmstzXo/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90aGVw/cmFjdGljYWxkZXYu/czMuYW1hem9uYXdz/LmNvbS9pLzk5bXZs/c2Z1NXRmajltN2t1/MjVkLnBuZw</url>
      <title>Debug School: Anilkumar Vanteru</title>
      <link>https://www.debug.school/anilkumarvanteru_666</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/anilkumarvanteru_666"/>
    <language>en</language>
    <item>
      <title>Datadog Assignment 1</title>
      <dc:creator>Anilkumar Vanteru</dc:creator>
      <pubDate>Tue, 31 Jan 2023 01:55:40 +0000</pubDate>
      <link>https://www.debug.school/anilkumarvanteru_666/datadog-assignment-1-2jak</link>
      <guid>https://www.debug.school/anilkumarvanteru_666/datadog-assignment-1-2jak</guid>
      <description>&lt;p&gt;What is Datadog Agent?&lt;br&gt;
A)  Datadog agent is a agent software that will be installed in VM's which gathers metrics and events from hosts and delivers them to Datadog so you may review your monitoring and performance information.&lt;br&gt;
What are list of methods to send data to Datadog?&lt;br&gt;
A)  Datadog supports more that 500+ Integrations. Below are the methos.&lt;br&gt;
a.  Agent&lt;br&gt;
b.  DogstatsD&lt;br&gt;
c.  API&lt;br&gt;
Top 10 commands of Datadog Agent&lt;br&gt;
A)  datadog-agent --help&lt;br&gt;
B)  datadog-agent configcheck&lt;br&gt;
C)  sudo datadog-agent status&lt;br&gt;
D)  systemctl start datadog-agent&lt;br&gt;
E)  systemctl stop datadog-agent&lt;br&gt;
F)  systemctl restart datadog-agent&lt;br&gt;
G)  systemctl status datadog-agent&lt;br&gt;
H)  ps -ef | grep datadog&lt;br&gt;
I)  datadog-agent hostname&lt;br&gt;
J)  datadog-agent version&lt;/p&gt;

&lt;p&gt;Top 10 Techniques for troubleshooting Datadog Agent?&lt;br&gt;
A)  Check if the Datadog agent services status ?&lt;br&gt;
Check agent logs and indentify the errors.&lt;br&gt;
Verify is we are properly stopping Datadog agent while performing any activity?&lt;br&gt;
Verify if the Datadog API key set up propery in your datadog.yaml configuration file the API key?&lt;br&gt;
Verify the host/ip in the configuration file?&lt;br&gt;
check the proxy able access internet?&lt;br&gt;
Check NTP service?&lt;br&gt;
Check Agent Flare?&lt;br&gt;
confirm if the site configured in your datadog.yaml configuration file matching the one from your organization?&lt;br&gt;
Take backup while doing any changes to the configuration files.&lt;br&gt;
If any changes / updates to yaml file, restart datadog agent&lt;br&gt;
on Further logs enable deubing mode to get to more details information on the issue.&lt;/p&gt;

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