Thoralf Rickert-Wendt

Results 31 comments of Thoralf Rickert-Wendt

The last comment is not 100% correct. Nginx is text file based, which need a service restart which could be a problem with service availability. Deploying a configuration in Icinga...

Something like this in the Dockerfile `RUN ln -sf /dev/stdout /var/log/icinga2/icinga2.log`

Ok, I would make a branch with the RUN.. example - but are you sure about "icinga2 always logs also onto stdout"? Because I've logs at docker which are 2...

Sorry for the delay. I was able to reproduce this today. I only check the "up" state of the docker and that isn't enough here (this is an issue for...

When I explictly set `DEFAULT_MYSQL_PASS` inside the .env file, it works. I'm not sure, if this is recommended. The /opt/run script is reading the value from that envvar or generates...

Am I wrong, or should this be documented? Otherwise nobody could restart the container.

Okay, thanks - but is then the documentation correct? Because it says, the Container is automatically configured as an API master. Okay. The Master is running, but it cannot be...

I had a look into this - there is a file in `conf.d/api-user.conf` - that is a link to `/tmp/icinga2-api-user.conf` but the file doesn't exist. And there is a file...

Would it be a good idea to make a `sed` for this in one of the scripts?

I could do that - but in that case, the client isn't a Backend service anymore. Public clients are frontends that cannot trust there runtime - like Angular running in...