summaryrefslogtreecommitdiffstats
path: root/roles/lib_zabbix/library/zbx_action.py
Commit message (Collapse)AuthorAgeFilesLines
* change lib_zabbix's import to new pathingJoel Diaz2016-03-031-1/+1
|
* use correct dict keyJoel Diaz2016-02-101-2/+2
|
* handle being passed an empty group listJoel Diaz2016-02-101-6/+6
| | | | | Previous version would have the behavior where when an empty list is passed, the zbx API call would return a list of all groups. So an action with no groups defined would default to having all groups added to the operations. Handle this by iterating one at a time through the list of provided groups. When an empty list is provided, and empty list is returned.
* clean up too-many-branches / logicJoel Diaz2016-01-181-56/+91
|
* add support for remote command actionsJoel Diaz2015-12-091-6/+120
| | | | no support for anything but custom scripts at this time
* Fix delete stateJoel Diaz2015-12-081-2/+2
|
* Fixed a bug in the actions. It now supports changing opconditionsKenny Woodson2015-11-241-2/+5
|
* Initial stab at zabbix actionsKenny Woodson2015-09-251-0/+538