summaryrefslogtreecommitdiffstats
path: root/roles/lib_zabbix/tasks
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-10-26 16:51:53 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-10-26 16:51:53 -0400
commit593d2b0c296a9f264f0f0ae927f468c978e30176 (patch)
treeaeb028f8a75ff3f56e4b8277f80eda30b8dc1e8f /roles/lib_zabbix/tasks
parent4836ed6801b3f841ac3b3bab589c550c35179591 (diff)
parent5800ca35fd005957cb325165ac7d109d3892ea28 (diff)
downloadopenshift-593d2b0c296a9f264f0f0ae927f468c978e30176.tar.gz
openshift-593d2b0c296a9f264f0f0ae927f468c978e30176.tar.bz2
openshift-593d2b0c296a9f264f0f0ae927f468c978e30176.tar.xz
openshift-593d2b0c296a9f264f0f0ae927f468c978e30176.zip
Merge pull request #744 from kwoodson/zbxztype
Adding zabbix_type to zbx_items and fixing zabbix agent items
Diffstat (limited to 'roles/lib_zabbix/tasks')
-rw-r--r--roles/lib_zabbix/tasks/create_template.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_zabbix/tasks/create_template.yml b/roles/lib_zabbix/tasks/create_template.yml
index d5168a9f4..ac9cf756b 100644
--- a/roles/lib_zabbix/tasks/create_template.yml
+++ b/roles/lib_zabbix/tasks/create_template.yml
@@ -38,7 +38,7 @@
units: "{{ item.units | default('', True) }}"
template_name: "{{ template.name }}"
applications: "{{ item.applications }}"
- zabbix_type: "{{ item.zabbix_type | default(2, True) }}"
+ zabbix_type: "{{ item.zabbix_type | default('trapper') }}"
interval: "{{ item.interval | default(60, True) }}"
delta: "{{ item.delta | default(0, True) }}"
with_items: template.zitems