<?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: Deborah Mahima </title>
    <description>The latest articles on Debug School by Deborah Mahima  (@deborahmahima3103).</description>
    <link>https://www.debug.school/deborahmahima3103</link>
    <image>
      <url>https://www.debug.school/images/MUBnLFyKlJpdlzExr3QVc9nfcduE9j-JHxB2mmFSkoM/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzc5LzQ4OTJl/YWZmLWVjNWUtNDhh/NC1hZjk3LWFlZGI3/ZWZlZjI5ZS5wbmc</url>
      <title>Debug School: Deborah Mahima </title>
      <link>https://www.debug.school/deborahmahima3103</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/deborahmahima3103"/>
    <language>en</language>
    <item>
      <title>Log analysis</title>
      <dc:creator>Deborah Mahima </dc:creator>
      <pubDate>Thu, 15 Sep 2022 06:19:00 +0000</pubDate>
      <link>https://www.debug.school/deborahmahima3103/log-analysis-208n</link>
      <guid>https://www.debug.school/deborahmahima3103/log-analysis-208n</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.Write down top 10 events in Windows and identify their event ID ?&lt;/strong&gt;&lt;br&gt;
104 Event Log was Cleared &lt;br&gt;
4719 System audit policy was changed&lt;br&gt;
4624 Successful account log on&lt;br&gt;
4634 An account logged off&lt;br&gt;
4722 A user account was enabled&lt;br&gt;
4648 A logon attempt was made with explicit credentials&lt;br&gt;
4719 System audit policy was changed.&lt;br&gt;
4720 A user account was created&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.Write down top 10 events in Linux and identify their pattern and log linux ?&lt;/strong&gt;&lt;br&gt;
var/log/boot.log&lt;br&gt;
/var/log/auth.log&lt;br&gt;
/var/log/faillog&lt;br&gt;
/var/log/yum.log&lt;br&gt;
var/log/httpd/&lt;br&gt;
/var/log/mail.log&lt;br&gt;
/var/log/boot.log&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Identify the log file in linux which log service&lt;br&gt;
start|stop|enable|disable ?&lt;/strong&gt;&lt;br&gt;
systemctl start service&lt;br&gt;
systemctl stop service&lt;br&gt;
systemctl enable service&lt;br&gt;
systemctl disable service&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.Identify the log file in linux which log process running or killed ?&lt;/strong&gt;&lt;br&gt;
Check in /var/log/kern.log &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.Identify the log file of apache and find out list of VERB and count of each using linux command?&lt;/strong&gt;&lt;br&gt;
Location of the Log Files By default on Debian-based distributions such as Ubuntu, access and error logs are located in the /var/log/apache2 directory.&lt;br&gt;
On CentOS the log files are placed in /var/log/httpd directory.Reading and Understanding the Apache Log Files&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Understanding Datadog agent</title>
      <dc:creator>Deborah Mahima </dc:creator>
      <pubDate>Tue, 13 Sep 2022 09:58:00 +0000</pubDate>
      <link>https://www.debug.school/deborahmahima3103/understanding-datadog-agent-by-rajesh-3oea</link>
      <guid>https://www.debug.school/deborahmahima3103/understanding-datadog-agent-by-rajesh-3oea</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;What is Datadog agent?&lt;/strong&gt;&lt;br&gt;
The Datadog Agent is software that runs on your hosts.&lt;br&gt;
It collects events and metrics from hosts and sends them to Datadog, where you can analyze your monitoring and performance data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Type of Datadog Agent?&lt;/strong&gt;&lt;br&gt;
StatsD&lt;br&gt;
DogstatsD&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Ports used to in Datadog agent?&lt;/strong&gt;&lt;br&gt;
443/tcp, 123/udp&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Top 5 commands with simple explanation troubleshooting Datadog agent?&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ systemctl start datadog-agent
$ systemctl stop datadog-agent
$ systemctl restart datadog-agent
$ systemctl status datadog-agent`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Locate how to enable Logs monitoring in datadog.yaml&lt;/strong&gt;&lt;br&gt;
Edit the datadog-values.yaml file and locate.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;5 techniques for troubleshooting Datadog?&lt;/strong&gt;&lt;br&gt;
1] check the API token&lt;br&gt;
2] check the site&lt;br&gt;
3] check if agent is running or not&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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