Rafael Carreira
Rafael Carreira
bincat or bcat
Hello, I am pretty sure that the right config dir for zabbix-agent is `/etc/zabbix/zabbix_agentd.conf.d/` ``` ubuntu@svr01:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.3 LTS...
Hello, You are right, **/etc/zabbix/zabbix_agentd.d/** is the correct place for CentOS. There is even a pinned issue about this: https://github.com/rafael747/zabbix-postfix/issues/2 But I couldn't remember about it at that time. Also,...
hello @abruening-iwt After your changes `${PYGTAIL}` will be unset And the `${LOGTAIL}` is always pointing to the provided `pygtail.py` script Or am I missing something here?
the `$LOGTAIL` variable is pointing to the provided `pygtail.py` the `$PYGTAIL` variable is never defined (in this repo, at least) if I understood correctly, your suggestion is to use "any"...
Now I got it, I was totally missing the lines from 12 to 21 😅 This way it is missing just one thing IMO in line 20: `PYGTAIL=/usr/local/sbin/pygtail` -> `PYGTAIL=/usr/local/sbin/pygtail.py`
@abruening-iwt can you add make the proposed changes in your branch? then I can merge this PR
Hello @pthoelken We actually already have an item for the queue size (using the mailq output) About the held messages, It will only count those explicitly held. On the example,...
Another workaround is to disable path metadata during synth: `cdk synth --path-metadata false`
> Thank you, @rafael747, for this valuable contribution. The implementation is quite straightforward and easy to follow. Let me confirm the behavior: > > ### 2-3 parts: High confidence of...