Benedikt Heine

Results 131 comments of Benedikt Heine

The api credentials are an ApiUser object in the Icinga2 configuration and are independent of the icingaweb2 credentials. If you want perdistent access to the icinga2 api, you have to...

Yes, this is contradicting to the docker philosophy. I'm totally on your side. But, in the meantime, there started a few usable docker images available. One of them is @bodsch's...

Why do you want to do this? What do you want to achieve? A pain in the ass? I can't speak from my own experience, but I'm pretty sure there...

If you want to get the container logs, just create the container and do not remove it. Afterwards you can call `docker logs ` and get the log output. And...

![Idk](https://media.giphy.com/media/l0MYRacWiUSxR2JMc/giphy.gif)

OK, I partly get a clue, what you're talking about. But thinking further, I can't find an overall point. I don't want to sound rude, but there is a fork...

Are you familiar with docker? If not, you can read their [volume-tutorial](https://docs.docker.com/engine/tutorials/dockervolumes/). At the end of the day, you only have to mount the volumes `/etc/icinga2/` and `/etc/icingaweb2/` into your...

Also, if you think there is a need for automatic LDAP support, create a new PR. On my own setup I don't use LDAP, and therefore I cannot add LDAP-Support...

> yep, I am familiar with docker, but the initial reason for having an additional folder with configuration is because else I would have the need to configure things like...

You have to set your hostname to a constant. See here: https://github.com/jjethwa/icinga2/blob/460ffc76a02f3acf44fd88ff0e261b39cf425831/content/opt/setup/50-icinga2#L38-L41 You should use a static hostname. Setting the `hostname` field in your docker-compose config suffices. --- @jjethwa We...