salt.states.zabbix_usergroup module

Management of Zabbix user groups.

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

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

Args:
name: name of the user group
salt.states.zabbix_usergroup.present(name, **kwargs)

Creates new user.

Args:

alias: user alias passwd: user's password usrgrps: user groups to add the user to

optional kwargs:
_connection_user: zabbix user (can also be set in opts or pillar,
see execution module's docstring)
_connection_password: zabbix password (can also be set in opts or pillar,
see execution module's docstring)
_connection_url: url of zabbix frontend (can also be set in opts or pillar,
see execution module's docstring)

all standard user group properties: keyword argument names differ depending on your zabbix version, see:

https://www.zabbix.com/documentation/2.0/manual/appendix/api/usergroup/definitions#user_group