diff options
author | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-03-29 08:36:56 +0800 |
---|---|---|
committer | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-03-29 08:36:56 +0800 |
commit | 2f94a2932483a0138db137e8c2c1810a5a6d4269 (patch) | |
tree | a470858a6322ca62956d9baf6c7427111a3225ad | |
parent | 218b6c20390879a3881ed7e67f5ae85814ba06ca (diff) | |
download | openshift-2f94a2932483a0138db137e8c2c1810a5a6d4269.tar.gz openshift-2f94a2932483a0138db137e8c2c1810a5a6d4269.tar.bz2 openshift-2f94a2932483a0138db137e8c2c1810a5a6d4269.tar.xz openshift-2f94a2932483a0138db137e8c2c1810a5a6d4269.zip |
fix the key name for the dynamic item of avalable
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index 1f2117b2c..a38db9f65 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -307,8 +307,8 @@ g_template_openshift_master: - Openshift Master - discoveryrule_key: disc.pv - name: "disc.pv.count.available.{#OSO_PV}" - key: "disc.pv.count.available[{#OSO_PV}]" + name: "disc.pv.available.{#OSO_PV}" + key: "disc.pv.available[{#OSO_PV}]" value_type: int description: "Number of PV's of this size that are available" applications: |