summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/noc/get_zabbix_problems.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-04-08 16:14:41 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-04-08 16:14:41 -0400
commitb87616816b591aa357de60415be00a514dcb7c6a (patch)
tree177809e41ca60e77539f97fcee77720bd19f7133 /playbooks/adhoc/noc/get_zabbix_problems.yml
parent4fe5e4645c099c69254b0e99081732a8b6af577a (diff)
parentb167f7b3c4082a3d990aabeb10faac888e7172b3 (diff)
downloadopenshift-b87616816b591aa357de60415be00a514dcb7c6a.tar.gz
openshift-b87616816b591aa357de60415be00a514dcb7c6a.tar.bz2
openshift-b87616816b591aa357de60415be00a514dcb7c6a.tar.xz
openshift-b87616816b591aa357de60415be00a514dcb7c6a.zip
Merge pull request #140 from detiber/os_zabbix
move zbxapi module to a new os_zabbix role
Diffstat (limited to 'playbooks/adhoc/noc/get_zabbix_problems.yml')
-rw-r--r--playbooks/adhoc/noc/get_zabbix_problems.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/adhoc/noc/get_zabbix_problems.yml b/playbooks/adhoc/noc/get_zabbix_problems.yml
index 6ac5cdcf7..02bffc1d2 100644
--- a/playbooks/adhoc/noc/get_zabbix_problems.yml
+++ b/playbooks/adhoc/noc/get_zabbix_problems.yml
@@ -2,7 +2,9 @@
- name: 'Get current hosts who have triggers that are alerting by trigger description'
hosts: localhost
gather_facts: no
- tasks:
+ roles:
+ - os_zabbix
+ post_tasks:
- assert:
that: oo_desc is defined