salt.states.zabbix_hostgroup module

Management of Zabbix host groups.

codeauthor:Jiri Kotlin <jiri.kotlin@ultimum.io>
salt.states.zabbix_hostgroup.absent(name)

Ensures that the host group does not exist, eventually delete host group.

Args:
name: name of the host group
salt.states.zabbix_hostgroup.present(name)

Ensures that the host group exists, eventually creates new host group.

Args:
name: name of the host group

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.3.3

Previous topic

salt.states.zabbix_host module

Next topic

salt.states.zabbix_user module