Alvar
Alvar
@wojas: Thanks a lot for your review! I have made some changes and answered in the conversations above. Furthermore, I tried to motivate why I introduced the preloading, which is...
Thanks a lot!
I am not quite sure, but would you mind trying out the patch from #9943. In the OpenBSD ports, there is currently another [patch](https://codeberg.org/OpenBSD/ports/src/branch/master/net/icinga/core2/patches/patch-lib_base_tlsutility_cpp) addressing this issue. Unfortunately, I found...
Thanks for trying out Icinga 2 and creating an issue. I took the liberty of editing your entry so that the shell output is displayed as a code block. >...
Could you please paste a full terminal output of everything you did to get to this error? Are you using the `root` user?
Pardon, but I am simply not able to reproduce where your installation fails. As you haven't posted a full log, it is hard for me to follow your steps. Please...
Was removed in #4606, ae75575874f6a4478e9e238489b6db7a67cdc142.
I am not quite sure what exactly is wrong, but at least your `wget` command misses an URL. > wget -O - /home/monitoring/icinga | gpg --dearmor -o /usr/share/keyrings/icinga-archive-keyring.gpg Your `wget`...
For the record, this `wget` command should not work, as it expects some URL. I just tested a `file://` URL, but this wasn't supported by my `wget` version. Thus, just...
> The following curl call also works: > > ```shell > curl -ksu root:icinga 'https://localhost:5665/v1/objects/hosts' \ > -X GET \ > -d '{"filter": "host.name==\"dummy-5\"", "pretty": true}' > ``` Yes, it...