diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-09-03 16:12:52 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-09-03 16:12:52 -0400 |
commit | fcae524b50878c6413fe9daadccc2dae1d1721ba (patch) | |
tree | 8351fb56817c1f78df33c7fa8f6ac82ef1ae6cf4 /roles/lib_zabbix | |
parent | 3af1812480c3ec575a2289bc25bf98544ab98eca (diff) | |
download | openshift-fcae524b50878c6413fe9daadccc2dae1d1721ba.tar.gz openshift-fcae524b50878c6413fe9daadccc2dae1d1721ba.tar.bz2 openshift-fcae524b50878c6413fe9daadccc2dae1d1721ba.tar.xz openshift-fcae524b50878c6413fe9daadccc2dae1d1721ba.zip |
Added trigger url
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 630d5dd70..bc9aff997 100644 --- a/roles/lib_zabbix/tasks/create_template.yml +++ b/roles/lib_zabbix/tasks/create_template.yml @@ -45,5 +45,6 @@ dependencies: "{{ item.dependencies | default([], true) }}" expression: "{{ item.expression }}" priority: "{{ item.priority }}" + url: "{{ item.url | default(None, True) }}" with_items: template.ztriggers when: template.ztriggers is defined |