ITS-Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. admin
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 48
    • Posts 82
    • Groups 1

    admin

    @admin

    2
    Reputation
    1
    Profile views
    82
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 39
    Website its-egner.de
    Location Mannheim

    admin Unfollow Follow
    administrators

    Best posts made by admin

    • Freddenator

      Das is der Freddenator 😁

      IMG_20211101_121656.jpg

      posted in Blogs
      A
      admin
    • Vergil

      Neue Katze im haus. Wilkommen Vergil

      IMG_20220128_170947__01.jpg

      posted in Blogs
      A
      admin

    Latest posts made by admin

    • RE: Cacti Docker Container

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

      location = / {
        return 301 /cacti;
      }
      

      Greetings

      posted in IT-Stuff
      A
      admin
    • RE: Cacti Docker Container

      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
      
      posted in IT-Stuff
      A
      admin
    • Github Login

      Hi,

      you can now Login with your Github Account.

      Greetings

      posted in Announcements
      A
      admin
    • 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.

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

      posted in IT-Stuff
      A
      admin
    • Kuchen :)

      IMG-20250606-WA0002.jpg

      Friesentorte und Apfelstrudel

      posted in Blogs
      A
      admin
    • Neulich in der Ramen Bar

      IMG-20250606-WA0001.jpg

      leckeres Japan. Curry und hausgemachte Limonade

      Mannheim Innenstadt

      posted in Blogs
      A
      admin
    • Nodebb Healthcheck

      Hi,

      first we need the check in nodebb/.docker/config

      vi healtcheck.js

      const http = require('http');
      const options = {
          host: '127.0.0.1',
          port: 4567,
          timeout: 2000
      };
      
      const healthCheck = http.request(options, (res) => {
          console.log(`HEALTHCHECK STATUS: ${res.statusCode}`);
          if (res.statusCode == 200) {
              process.exit(0);
          }
          else {
              process.exit(1);
          }
      });
      
      healthCheck.on('error', function (err) {
          console.error('ERROR');
          process.exit(1);
      });
      
      healthCheck.end();
      

      Then we can add the check in our yml File

          healthcheck:
            test: ["CMD", "node", "/opt/config/healthcheck.js"]
            interval: 5s
            timeout: 3s
            retries: 5
            start_period: 15s
      

      To check if everything is Working we can watch docker ps, it should be healthy there or use docker inspeckt

      docker inspect --format='{{json .State.Health}}' <container-id>
      

      Greetings

      posted in IT-Stuff
      A
      admin
    • Einige ĂŒbertreiben es.

      https://vm.tiktok.com/ZNdBRPUCq/

      posted in Blogs
      A
      admin
    • Also visit my YouTube Channel

      https://www.youtube.com/@Hustle023

      posted in Blogs
      A
      admin
    • It Support for free!

      Willkommen beim IT-Support! Wir sind hier, um Ihnen bei allen technischen Fragen und Problemen schnell und zuverlĂ€ssig zu helfen. Egal, ob Sie UnterstĂŒtzung bei Software, Hardware oder Netzwerken benötigen – unser Team steht Ihnen mit Rat und Tat zur Seite. Zögern Sie nicht, uns zu kontaktieren – wir sorgen dafĂŒr, dass Ihre IT reibungslos lĂ€uft!

      Welcome to our IT Support! We are here to assist you with all your technical questions and issues quickly and reliably. Whether you need help with software, hardware, or networks – our team is ready to support you. Don't hesitate to contact us – we ensure your IT runs smoothly!

      posted in Announcements
      A
      admin