Hi,
I am running Zabbix server inside a Docker container and I'm trying to enable the JSM integration. I followed the steps here and when I run dpkg -i jsm-zabbix_1.0.4_amd64.deb, it fails with this error:
/var/lib/dpkg/info/jsm-zabbix.postinst: line 7: systemctl: command not found.
So the issue is that systemd isn't installed inside the container. If I create the script in Zabbix as in the link above, Zabbix will create alerts in JSM, but acknowledging or closing the alert in JSM isn't reflected in Zabbix. Is JiraEdgeConnector critical or am I doing something else wrong?