Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monolithic mode for the docker image #282

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2022

  1. Stand-alone mode for the docker image

    Simply set STANDALONE=1
    
    This will include all sidecars in one container.
     - dispatcher
     - syslong-ng
     - snmptrapd
    
    While the sidecars are great for highly orchestrated setups, the standalone mode is more ideal for simple single node setups (such as home networks).
    
    Additional docker-compose examples.
    Remove obsolete memcached references.
    murrant committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    a889f01 View commit details
    Browse the repository at this point in the history
  2. Reorganize docs

    murrant committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    272c350 View commit details
    Browse the repository at this point in the history
  3. grammar

    murrant committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    fcbfee1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. rrdcached sidecar/included.

    murrant committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4fc8631 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. remove memcached more

    standalone -> monolithic
    re-arrange docs
    murrant committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d567bdf View commit details
    Browse the repository at this point in the history