Mathias Palmersheim
Mathias Palmersheim
@bbarman4u you need to edit your config.json and add ?sslmode=disable to the database name here is the postgres section of my config.json that was generated by docker compose ``` "postgres":...
I was having issues with when: ansible_facts['os_family'] not working with ansible inside the semaphore contain but worked fine using almalinux in an lxc container and fedora on my laptop
Yes I have tested this change with podmanc-compose and docker compose
This issue is also occuring when trying to use the docker_log plugin config: ``` [[inputs.docker_log]] endpoint = "unix:///var/run/podman.socket" ``` command: ``` telegraf --config /etc/telegraf/telegraf.d/podman.conf --test --debug ``` logs: ``` 2022-08-06T13:09:15Z...
in a recent update the need for adding ?sslmode=disable has been dropped. I cannot find the source for this at moment
also submitted a [PR](https://github.com/fiftin/ansible-semaphore-docs/pull/11) so this doesn't affect anyone else
That implemention won't be used since bringing in a c dependancy into a golang project is not easy to maintain
you need to initialize n to some value ex ``` n = 1 for i in range(1,n+1): ``` you should add an if check if it is user input to...
for reference the alpine versions of the container do include wget so you can use the following command for container healthchecks ```sh wget -qO- http://127.0.0.1:8428/-/healthy ```
> Does anyone know if it's possible to use the loki provider with Victoria Logs to pull in those log alerts? If so what URIs are queried? Supporting the loki...