diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-17 12:34:02 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-17 12:34:02 -0500 |
commit | 898290cb3aabbc9d98883181877ac857a2fe1faf (patch) | |
tree | f8d71a0d230110dec191be5196bf7b85cf4bf78b /roles/lib_zabbix/tasks | |
parent | ad5b5e762b2899fd97520da8c814bcb2a60b5ced (diff) | |
parent | 015770a62178705a93a75d9d56119720832c080b (diff) | |
download | openshift-898290cb3aabbc9d98883181877ac857a2fe1faf.tar.gz openshift-898290cb3aabbc9d98883181877ac857a2fe1faf.tar.bz2 openshift-898290cb3aabbc9d98883181877ac857a2fe1faf.tar.xz openshift-898290cb3aabbc9d98883181877ac857a2fe1faf.zip |
Merge pull request #923 from twiest/master
sync master -> prod branch
Diffstat (limited to 'roles/lib_zabbix/tasks')
-rw-r--r-- | roles/lib_zabbix/tasks/create_template.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/lib_zabbix/tasks/create_template.yml b/roles/lib_zabbix/tasks/create_template.yml index 44c4e6766..2992505bf 100644 --- a/roles/lib_zabbix/tasks/create_template.yml +++ b/roles/lib_zabbix/tasks/create_template.yml @@ -33,6 +33,7 @@ key: "{{ item.key }}" name: "{{ item.name | default(item.key, true) }}" value_type: "{{ item.value_type | default('int') }}" + data_type: "{{ item.data_type | default('decimal') }}" description: "{{ item.description | default('', True) }}" multiplier: "{{ item.multiplier | default('', True) }}" units: "{{ item.units | default('', True) }}" @@ -81,6 +82,7 @@ key: "{{ item.key }}" discoveryrule_key: "{{ item.discoveryrule_key }}" value_type: "{{ item.value_type }}" + data_type: "{{ item.data_type | default('decimal') }}" template_name: "{{ template.name }}" applications: "{{ item.applications }}" description: "{{ item.description | default('', True) }}" |