Mathieu Marleix
Mathieu Marleix
Hello, not a definitive solution but a workaround to use "prettier" format with https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments * Create a .yamllint * Add a custom rule: ``` comments: min-spaces-from-content: 1 ``` It will...
About `First, apart from fixing https://github.com/lukecyca/pyzabbix/issues/164, what does this merge bring ?`, if you bring the native sender protocol from [szuro/zappix](https://gitlab.com/szuro/zappix) the main thing that I see will miss is...
Good question, it's a tad hard to immerse in the C code from the agent... Maybe those part would be relevant to the question: * https://github.com/zabbix/zabbix/blob/0cdfd6e3863225548c019eaf2ccc5a272981ec7f/src/libs/zbxconf/cfg.c#L638 * https://github.com/zabbix/zabbix/blob/50d631023fa74b862e5eabbafaba33f251b4ca6c/src/zabbix_sender/zabbix_sender.c#L954 * https://github.com/zabbix/zabbix/blob/50d631023fa74b862e5eabbafaba33f251b4ca6c/src/zabbix_sender/zabbix_sender.c#L438...
mmmh if @szuro https://gitlab.com/szuro/zappix works fine and is compatible with current "pyzabbix", we can just use it too (or add it in the doc for people looking for it), the...
I also recommend this, I remember the problem where the first embedded plugins where removed during a minor update which led to "why" there's only those as default :) Seems...
Very interessing, I was just looking for a list with room to be able to select a specific room to clean, thanks in advance for your card 👍
Hello, I can confirm the issue for the "removal of needed quote", for instance in module https://docs.ansible.com/ansible/latest/collections/containers/podman/podman_container_module.html The volume use a syntax of "host mp:container mp" like : ``` volumes:...