<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cacti Docker Container]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I start building my own cacti Container from scratch, because there is no good one out there, wich is easy upgradable.</p>
<p dir="auto"><a href="https://github.com/Its-egner/Cacti" rel="nofollow ugc">https://github.com/Its-egner/Cacti</a></p>
]]></description><link>https://forum.its-egner.de/topic/4584/cacti-docker-container</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 10:31:33 GMT</lastBuildDate><atom:link href="https://forum.its-egner.de/topic/4584.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jun 2025 15:27:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cacti Docker Container on Fri, 30 Jan 2026 08:15:17 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">the Image is now Also Available for arm and arm64</p>
<p dir="auto">There are also a develop Image to check out the latest and greatest Code, see:</p>
<p dir="auto"><a href="https://hub.docker.com/r/itsegner/cacti" rel="nofollow ugc">https://hub.docker.com/r/itsegner/cacti</a></p>
<p dir="auto"><a href="https://hub.docker.com/r/itsegner/cacti-develop" rel="nofollow ugc">https://hub.docker.com/r/itsegner/cacti-develop</a></p>
<p dir="auto">Soon the Image will be Updated to Ubuntu 26.04</p>
<p dir="auto">Greetings</p>
]]></description><link>https://forum.its-egner.de/post/4699</link><guid isPermaLink="true">https://forum.its-egner.de/post/4699</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Fri, 30 Jan 2026 08:15:17 GMT</pubDate></item><item><title><![CDATA[Reply to Cacti Docker Container on Thu, 12 Jun 2025 12:04:51 GMT]]></title><description><![CDATA[<p dir="auto">If you have Nginx reverse Proxy you need to Forward requests to subfolder cacti</p>
<pre><code>location = / {
  return 301 /cacti;
}
</code></pre>
<p dir="auto">Greetings</p>
]]></description><link>https://forum.its-egner.de/post/4697</link><guid isPermaLink="true">https://forum.its-egner.de/post/4697</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Thu, 12 Jun 2025 12:04:51 GMT</pubDate></item><item><title><![CDATA[Reply to Cacti Docker Container on Wed, 18 Jun 2025 05:34:49 GMT]]></title><description><![CDATA[<h1>Cacti</h1>
<h3>Cacti Monitoring Docker Container</h3>
<p dir="auto">For help visit me at <a href="http://forum.its-egner.de" rel="nofollow ugc">http://forum.its-egner.de</a></p>
<p dir="auto">At first clone Repo and change Directory</p>
<pre><code class="language-bash">git clone https://github.com/Its-egner/Cacti.git
cd Cacti
</code></pre>
<p dir="auto">Edit docker-compose File, change Passwords! and bring Container up.</p>
<pre><code>docker compose up -d
</code></pre>
<p dir="auto">Container will build and start</p>
<p dir="auto">Chown the Files to</p>
<pre><code>chown 33:33 cacti_log/ cacti_plugins/ cacti_rra/
</code></pre>
<p dir="auto">Do Database initialisation with</p>
<pre><code>docker exec -ti cacti_app bash /var/www/html/init-db.sh
</code></pre>
<p dir="auto">visit cacti &lt;your_IP&gt;:7070/cacti</p>
<p dir="auto">If prompt for Login use admin admin</p>
<p dir="auto">If you want to use Spine, enter config Path</p>
<pre><code>/usr/local/spine/etc/spine.conf
</code></pre>
]]></description><link>https://forum.its-egner.de/post/4696</link><guid isPermaLink="true">https://forum.its-egner.de/post/4696</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Wed, 18 Jun 2025 05:34:49 GMT</pubDate></item></channel></rss>