Code Monkey home page Code Monkey logo

docker-icingaweb2's Introduction

icingaweb2 in Docker

Note: This is my own test container, not intended for production use!

This container helps you run Icingaweb2 inside a Docker container.

Icingaweb2 is a modern web interface for the Icinga system monitoring tool.

How to use this image

Check docker-compose.example.yml.

After startup you can configure Icingaweb2 via the setup wizard at http://localhost:8080/icingaweb2/setup.

TODO

Some things in this image need to be done, feel free to contribute!

  • Better database integration
  • Skipping the setup wizard?
  • Describe config of monitoring module
  • How to integrate other modules / enable the user to

License

Copyright (c) 2016-2018 Icinga Development Team <[email protected]>
              2016-2018 Markus Frosch <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

docker-icingaweb2's People

Contributors

lazyfrosch avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

docker-icingaweb2's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.example.yml
dockerfile
Dockerfile
  • alpine 3.18.4
github-actions
.github/workflows/container.yml
  • actions/checkout v4
regex
Dockerfile
  • Icinga/icingaweb2 v2.12.1
  • Icinga/icinga-php-library v0.13.1
  • Icinga/icinga-php-thirdparty v0.12.0
  • Icinga/icingadb-web v1.1.1
  • Icinga/icingaweb2-module-director v1.11.0
  • Icinga/icingaweb2-module-fileshipper v1.2.0
  • Icinga/icingaweb2-module-ipl v0.5.0
  • Icinga/icingaweb2-module-incubator v0.20.0
  • Icinga/icingaweb2-module-reactbundle v0.9.0

  • Check this box to trigger a request for Renovate to run again on this repository

Connection to 'ssl://pecl.php.net:443' failed: Unable to find the socket transport "ssl"

When you have similar problems with pecl like this

WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Could not download from "https://pecl.php.net/get/yaml-2.0.4.tgz", cannot download "pecl/yaml" (Connection to `ssl://pecl.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)
Error: cannot download "pecl/yaml"

pecl calls php with the -n switch, so it does not read php.ini.

Small step for debugging:

/ # php -i | grep "Registered Stream Socket Transports"
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2

/ # php -ni | grep "Registered Stream Socket Transports"
Registered Stream Socket Transports => tcp, udp, unix, udg

A quick (but evil) hack to fix the problem is a one-liner:
sed -i 's|$PHP -C -n -q |$PHP -C -q |' /usr/bin/pecl

Best regards from Hamburg

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.