Closed 0utsider closed 5 years ago
Should this not be part of the ansible-zabbix-javagateway
Ansible role? (https://github.com/dj-wasabi/ansible-zabbix-javagateway)
Maybe, but not necessary. You don't need install zabbix java gateway, to monitoring some parameters of java application. You can take parameters immediately from java application. That's why I decided to improve this role.
This improvement has no negative effects, but it gives you the opportunity to use this role more effectively.
Ok, thank you! 👍
Improvement: defining different jmx port number - variable: (zabbix_agent_jmx_listenport)
Description of PR jmx port in zabbix_host module has define to: 12345. I adding different variable (zabbix_agent_jmx_listenport) to define own jmx port to configuring firewall rules.
Type of change Feature Pull Request