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