unioslo / zabbix-cli

Command-line interface for Zabbix
https://unioslo.github.io/zabbix-cli/
GNU General Public License v3.0
201 stars 101 forks source link

Feature Request: create_host and create_host_interface with more parameters #163

Closed fe-os-rz closed 2 weeks ago

fe-os-rz commented 1 year ago

The create_host command is missing a lot of useful parameters, e.g. visible name, description and definition of another default interface, e.g. IP and not DNS.

Furthermore, there is no update_host command and no update_host_interface command.

There is an Ansible Community module for Zabbix; alas buggy, so zabbix-cli seems to be the better choice, if some more parameters coukd be created or changed.

Reference: https://docs.ansible.com/ansible/latest/collections/community/zabbix/zabbix_host_module.html

pederhan commented 2 weeks ago

Resolved by #186. If more parameters are required, open a new issue or PR.