ITS-Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Cacti Docker Container

    Scheduled Pinned Locked Moved IT-Stuff
    4 Posts 1 Posters 903 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      admin
      last edited by

      Hi everyone,

      I start building my own cacti Container from scratch, because there is no good one out there, wich is easy upgradable.

      https://github.com/Its-egner/Cacti

      1 Reply Last reply Reply Quote 0
      • A Offline
        admin
        last edited by admin

        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 Cacti
        

        Edit docker-compose File, change Passwords! and bring Container up.

        docker compose up -d
        

        Container 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.sh
        

        visit 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
        
        1 Reply Last reply Reply Quote 0
        • A Offline
          admin
          last edited by

          If you have Nginx reverse Proxy you need to Forward requests to subfolder cacti

          location = / {
            return 301 /cacti;
          }
          

          Greetings

          1 Reply Last reply Reply Quote 0
          • A admin pinned this topic on
          • A Offline
            admin
            last edited by

            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

            1 Reply Last reply Reply Quote 0

            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
            • First post
              Last post
            Powered by NodeBB | Contributors