Cacti Docker Container
-
Hi everyone,
I start building my own cacti Container from scratch, because there is no good one out there, wich is easy upgradable.
-
Cacti
Cacti Monitoring Docker Container
For help visit me at http://forum.its-egner.de
At first clone Repo and change Directory
git clone https://github.com/Its-egner/Cacti.git cd CactiEdit docker-compose File, change Passwords! and bring Container up.
docker compose up -dContainer will build and start
Chown the Files to
chown 33:33 cacti_log/ cacti_plugins/ cacti_rra/Do Database initialisation with
docker exec -ti cacti_app bash /var/www/html/init-db.shvisit cacti <your_IP>:7070/cacti
If prompt for Login use admin admin
If you want to use Spine, enter config Path
/usr/local/spine/etc/spine.conf -
If you have Nginx reverse Proxy you need to Forward requests to subfolder cacti
location = / { return 301 /cacti; }Greetings
-
A admin pinned this topic on
-
Hi,
the Image is now Also Available for arm and arm64
There are also a develop Image to check out the latest and greatest Code, see:
https://hub.docker.com/r/itsegner/cacti
https://hub.docker.com/r/itsegner/cacti-develop
Soon the Image will be Updated to Ubuntu 26.04
Greetings
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login