28 lines
954 B
Markdown
28 lines
954 B
Markdown
# Docker Icinga2
|
|
[](https://git.ao-it.net/docker/icinga2/actions?workflow=docker-build.yml&actor=0&status=0)
|
|
|
|
If you need a full stack:
|
|
* [AO-IT: icinga-stack](https://git.ao-it.net/docker/icinga-stack)
|
|
* [AO-IT: icingaweb2](https://git.ao-it.net/docker/icinga-satellite)
|
|
|
|
Or a additional satellite:
|
|
* [AO-IT: icinga-satellite](https://git.ao-it.net/docker/icinga-satellite)
|
|
|
|
## usage
|
|
```
|
|
git clone https://git.ao-it.net/docker/icinga2
|
|
cd icinga2
|
|
cp env.sample .env
|
|
nano .env # set your env
|
|
docker compose up
|
|
```
|
|
Default vars a working but not recommend in prod!
|
|
Minimum recommended adjustments:
|
|
* ICINGA2_API_USER_ROOT_PASS
|
|
* ICINGA2_API_USER_ICINGAWEB_PASS
|
|
|
|
All other var can be use at is, because all is in docker network and not exposed.
|
|
|
|
Hints:
|
|
* API user setup only runs once at start up!
|
|
* Redis conf runs every time |