Artem Alexandrov

Results 20 comments of Artem Alexandrov

I'm working here https://github.com/qk4l/zabbix-cachet/tree/zabbix6 Hope to finished this weekend

@pavelnemirovsky Thank you for your PR! I've incorporated parts of it into the codebase. The refactorization and separation into multiple files greatly enhances maintainability, albeit adding some complexity to the...

Implemented since zabbix-cachet 2.0.0 Thanks again everyone for help and pushing me. =)

This functional not relevant at all because since Zabbix 6.0+ logic of IT Services was changed. Now you can archive this just via Zabbix IT Service configuration. No support needed...

Sorry, I mean "hosts dir" inside tinc config folder that contains RSA keys and other options. Not ansible inventory. As I know tinc read config files in "/etc/tinchosts/" based on...

I've set _tinc_hostname_ as host variable but it doesn't help ``` TASK: [ansible-tinc | Create persistent copy of host public key] ************** failed: [openvz3.example.com] => {"changed": true, "cmd": ["cp", "/etc/tinc/ProxmoxCluster/hosts/openvz3.example.com",...

In this case I get invalid tinc configuration because of different hosts name usage FQDN vs hostname. ``` Jul 24 20:02:52 openvz21 tinc.ProxmoxCluster[1024462]: Invalid name for outgoing connection in /etc/tinc/ProxmoxCluster/tinc.conf...

I found that _tincd_ doesn't allow use dots in Name, so it wouldn't create public key with follow name _/etc/tinc/ProxmoxCluster/hosts/openvz3.example.com_. ``` Name = name [required] This is the name which...

Hi, Thank you very much for pull request. Have you tested this with older Zabbix version for example 5.0 which is still supported by Zabbix?

Implemented in #72