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

Podman compatibility #34

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 27, 2022

  1. * Added Selinux volume options to docker-compose file

     * Added icinga2.conf include parameter to the init script, so that
       custom configs will be included
     * Updated documentation with podman informations
    User for home icinga DB Cluster committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b8fbb43 View commit details
    Browse the repository at this point in the history
  2. * Podman needs the container_name derective for internal dns resolving.

       I created new variables in the head of compose file to make
    the container name accessable and reused the variable to create the
    correct container names.
    User for home icinga DB Cluster committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6c634db View commit details
    Browse the repository at this point in the history
  3. Updated Documentation

    User for home icinga DB Cluster committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ec33dcb View commit details
    Browse the repository at this point in the history
  4. Added custom config files to .gitignore

    User for home icinga DB Cluster committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8182fe2 View commit details
    Browse the repository at this point in the history
  5. Bugfix: If a command failed, the script was aborted in the past. The …

    …problem is, if grep do not found somethin, the grep command return a bad return code
    User for home icinga DB Cluster committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    54a8232 View commit details
    Browse the repository at this point in the history
  6. Deleted default icinga host information, because some checks are alwa…

    …ys critical because of the container infrastructure
    User for home icinga DB Cluster committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8f480e7 View commit details
    Browse the repository at this point in the history