Management of Zabbix host groups.
| codeauthor: | Jiri Kotlin <jiri.kotlin@ultimum.io> |
|---|
salt.states.zabbix_hostgroup.absent(name, **kwargs)¶Ensures that the host group does not exist, eventually delete host group.
New in version 2016.3.0.
| Parameters: |
|
|---|
delete_testing_host_group:
zabbix_hostgroup.absent:
- name: 'My hostgroup name'
salt.states.zabbix_hostgroup.present(name, **kwargs)¶Ensures that the host group exists, eventually creates new host group.
New in version 2016.3.0.
| Parameters: |
|
|---|
create_testing_host_group:
zabbix_hostgroup.present:
- name: 'My hostgroup name'
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.3
salt.states.zabbix_host module