<?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>DEV Community: Kentang Balado</title>
    <description>The latest articles on DEV Community by Kentang Balado (@indomie).</description>
    <link>https://dev.to/indomie</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2147685%2F1d678552-03a9-48e8-b38e-baac7173f58c.jpg</url>
      <title>DEV Community: Kentang Balado</title>
      <link>https://dev.to/indomie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/indomie"/>
    <language>en</language>
    <item>
      <title>Deploying Zabbix with Docker: Simplify Monitoring Setup! 🐳</title>
      <dc:creator>Kentang Balado</dc:creator>
      <pubDate>Tue, 01 Oct 2024 17:43:19 +0000</pubDate>
      <link>https://dev.to/indomie/deploying-zabbix-with-docker-simplify-monitoring-setup-2h8l</link>
      <guid>https://dev.to/indomie/deploying-zabbix-with-docker-simplify-monitoring-setup-2h8l</guid>
      <description>&lt;p&gt;I dockerize Zabbix and DVWA. It focuses on development timing and reduces the need for external configuration files. This Development helps to quickly set up a Zabbix monitoring system for development and testing purposes.&lt;/p&gt;

&lt;h2&gt;
  
  
  🌟 Key Features of This Setup:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Seamless Multi-Container Deployment&lt;/strong&gt;: 🚢 Using Docker, I separate services into different containers, such as Zabbix server, MySQL database, and Apache Web Frontend—resulting in a highly modular setup that’s easy to maintain.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Persistent Data with Docker Volumes&lt;/strong&gt;: 💾 All the important data, including metrics and configuration files, are safely stored using external volumes—so even after a container restart, your data stays intact!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Automated Troubleshooting&lt;/strong&gt;: 🔄 Encountering common errors like Apache or database connection issues? With Docker’s flexibility, troubleshooting is simplified, and containers can be updated or fixed without disturbing the rest of the stack. 🤖&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Effortless Scalability&lt;/strong&gt;: 📊 Thanks to Docker, adding more monitoring agents or scaling your server is as easy as running a few commands. This makes the setup perfect for expanding networks and growing infrastructure needs!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚧 Known Issue:
&lt;/h2&gt;

&lt;p&gt;🔍 tricky errors: “&lt;em&gt;Apache server configuration issues&lt;/em&gt;” and “Database connection rejections”. 🤔 Here are some things that worked for me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Properly configuring the *&lt;em&gt;ServerName *&lt;/em&gt; directive 🌍 to avoid Apache errors.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adjusting allowed hosts 🛡️ to ensure seamless database connectivity between Zabbix server and MySQL.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the project on GitHub &lt;a href="https://github.com/SNA212/Zabbix-APM" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
