diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-10-26 16:51:53 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-10-26 16:51:53 -0400 |
commit | 593d2b0c296a9f264f0f0ae927f468c978e30176 (patch) | |
tree | aeb028f8a75ff3f56e4b8277f80eda30b8dc1e8f /roles/lib_zabbix/tasks | |
parent | 4836ed6801b3f841ac3b3bab589c550c35179591 (diff) | |
parent | 5800ca35fd005957cb325165ac7d109d3892ea28 (diff) | |
download | openshift-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.yml | 2 |
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 |