diff options
author | Matt Woodson <mwoodson@gmail.com> | 2016-01-19 12:14:25 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@gmail.com> | 2016-01-19 12:14:25 -0500 |
commit | 8191a89475126971a3f2258748b3d1e40bdc028e (patch) | |
tree | d4d7e3113f980c43fa95124fae660c16e8f85b6c /roles/lib_zabbix | |
parent | 634cd3eb319f55ec593a395be64a796c04c074d4 (diff) | |
parent | 4a3d48da4ed98995f02a99ea59d38d5e84049b62 (diff) | |
download | openshift-8191a89475126971a3f2258748b3d1e40bdc028e.tar.gz openshift-8191a89475126971a3f2258748b3d1e40bdc028e.tar.bz2 openshift-8191a89475126971a3f2258748b3d1e40bdc028e.tar.xz openshift-8191a89475126971a3f2258748b3d1e40bdc028e.zip |
Merge pull request #1227 from openshift/master
Merge master into prod
Diffstat (limited to 'roles/lib_zabbix')
-rw-r--r-- | roles/lib_zabbix/tasks/create_template.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/lib_zabbix/tasks/create_template.yml b/roles/lib_zabbix/tasks/create_template.yml index 47749389e..61344357a 100644 --- a/roles/lib_zabbix/tasks/create_template.yml +++ b/roles/lib_zabbix/tasks/create_template.yml @@ -57,6 +57,7 @@ expression: "{{ item.expression }}" priority: "{{ item.priority }}" url: "{{ item.url | default(None, True) }}" + status: "{{ item.status | default('', True) }}" with_items: template.ztriggers when: template.ztriggers is defined |