Git Product home page Git Product logo

openitcockpit-ce-docker's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

binsky08

openitcockpit-ce-docker's Issues

System Requirements

There is no mention of system requirements for the entire docker-compose stack. Specifically, I found that the base installation was around 12GB of disk space. I think recommending 24GB of disk space initially would be a good start. Possibly mention that disk usage is dependent on number of hosts, services, etc.

good start

I was unable to use this as is. There are a lot of hard coded urls in the building of the container and seems for everything to run on one host

Maybe if I get time I can look into fixing the containers. but eod the container names should be vars and not hard coded.

Recommend --skip-log-bin in mysql command

The mysql container as currently installed has bin-logging enabled. This results in ballooning disk usage. I recommend adding --skip-log-bin to the mysql command in the docker-compose.

openitcockpit/victoria-metrics 4.6.9 and 4.6.10 not startup

run.sh runs in error:

unprocessed command-line args left: %s; the most likely reason is missing = between boolean flag name and value; see https://pkg.go.dev/flag#hdr-Command_line_flag_syntax

there was breaking change in issue:
VictoriaMetrics/VictoriaMetrics#4845

Solution could be:

  • delete run.sh
  • change in compose.yaml:
victoria-metrics:
    image: openitcockpit/victoria-metrics:latest
    env_file:
     - openitcockpit.env
    command:
     - "--storageDataPath=/storage"
     - "--graphiteListenAddr=:2003"
     - "--opentsdbListenAddr=:4242"
     - "--httpListenAddr=:8428"
    ports:
      - "8428"       # victoria-metrics
    networks:
      - oitc-backend
    deploy:
      restart_policy:
        condition: on-failure

Or use same approach in container with entry point and cmd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.