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

    Cacti Docker Container

    Scheduled Pinned Locked Moved IT-Stuff
    3 Posts 1 Posters 84 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 Online
      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 Online
        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 Online
          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
          • First post
            Last post
          Powered by NodeBB | Contributors