thesefer
thesefer
Hello I updated the loadbalancer backend to the following ``` backend jira_nodes balance leastconn option httpchk http-check connect ssl send-proxy http-check send meth GET uri /status ver HTTP/1.1 hdr host...
Using the default check there does not seem to be a recognizable pattern ``` 10:22:30 10:22:52 10:23:28 10:25:09 10:26:24 ``` But sometimes there are 3-6 in a row in a...
Found #2178 being a duplicate of #2116 but as per their description it looks like my problem extends the underlying issue.
Hi, I've been a bit constrained last week. I just ran the same config using v2.8.2: `thick` provision: - disk0: `eagerly_scrub = false` and `thin_provisioned = false` -> `thick` -...
``` - hosts: domain.net become: yes tasks: - ansible.builtin.include_role: name: int.ntp apply: tags: icinga tags: always - ansible.builtin.include_role: name: int.env - ansible.builtin.include_role: name: int.apt # - { role: int.certbot, tags:...
I've placed the handler right after the `icinga.icinga.icinga2` role now with the same result. But even running `icingacli director kickstart run` I get the same error. So there must be...
I figured it out I guess. The node setup command adds the line `include "conf.d/api-users.conf"`. Due to `icinga2_confd: false # Disable example configuration` the include is not being set `include_recursive...
@spacegospod Not a single issue listed of the "Issue/Introduction" section happens here. The vms are running, restarting, powering off fine. No error's mentioned there found in the logs. DRS is...
Hi @spacegospod If you do not intend to fix this bug currently I want to ask whether this issue can be kept open as a feature request instead. Also, has...
> I would suspect that this is a windows server, which denies access outside the boot directory. Just to give a reply again, you are correct with this assumption! Thank...