Warning
This module will be removed from Salt in version 3009 in favor of the zabbix Salt Extension.
Management of Zabbix host groups.
Jiri Kotlin <jiri.kotlin@ultimum.io>
Ensures that the host group does not exist, eventually delete host group.
New in version 2016.3.0.
name -- name of the host group
_connection_user -- Optional - zabbix user (can also be set in opts or pillar, see module's docstring)
_connection_password -- Optional - zabbix password (can also be set in opts or pillar, see module's docstring)
_connection_url -- Optional - url of zabbix frontend (can also be set in opts, pillar, see module's docstring)
delete_testing_host_group:
zabbix_hostgroup.absent:
- name: 'My hostgroup name'
Ensures that the host group exists, eventually creates new host group.
New in version 2016.3.0.
name -- name of the host group
_connection_user -- Optional - zabbix user (can also be set in opts or pillar, see module's docstring)
_connection_password -- Optional - zabbix password (can also be set in opts or pillar, see module's docstring)
_connection_url -- Optional - url of zabbix frontend (can also be set in opts, pillar, see module's docstring)
create_testing_host_group:
zabbix_hostgroup.present:
- name: 'My hostgroup name'