community.zabbix icon indicating copy to clipboard operation
community.zabbix copied to clipboard

Zabbix Ansible modules

Results 162 community.zabbix issues
Sort by recently updated
recently updated
newest added

##### SUMMARY As noted in the documentation, `acknowledge_operations` have actually been called `update_operations` since 4.0 but we still use acknowledge as the primary name and then alias update. Suggest that...

module

##### SUMMARY Currently, the nginx template doesn't handle let's encrypt at all installed using certbot... It would be great to add the little specific configurations that certbot adds when installing...

enhancement
role

##### SUMMARY Over the years and with contributions from a variety of people, some of the module documenation has gotten muddled up or at the very least not standardized. Need...

documentation
enhancement
module

##### SUMMARY Using server_url/login_user/login_password with modules to authenticate to 6.4.1 fails due to "user" parameter on user.login being deprecated/removed and "username" being required. Furthermore, attempting to set variable "ansible_httpapi_pass" for...

bug

##### SUMMARY In `zabbix_user` when you use the builtin group "No access to the frontend", together with a group with "system default" authentication, password is not passed to API for...

bug
module

##### SUMMARY We would like to use zabbix_group_info to list all available groups in order add them to an array or list which can be later used to add/delete/update usergroup...

enhancement
module

##### SUMMARY There is significant duplication in code between agent and agent2 tasks in the agent role. Would recommend that we look at consolidating those tasks and adjust with logic...

enhancement
role

Due windows locales, correct detecting of arch. In my locale windows arch cant detected in proper way, so we should search just 64 not full string ##### ISSUE TYPE -...

##### SUMMARY It would be great performance upgrade if collection could cache/preload some data (during course of single run). Currently setting up one host takes about 12-15 requests to api....

enhancement
module
role

zabbix_group fails in check mode, if host group is not existing yet. Task: ``` - name: "API | Create host groups" zabbix_group: host_group: - Other servers3 vars: ansible_connection: httpapi ansible_network_os:...

bug
module