From 2f94a2932483a0138db137e8c2c1810a5a6d4269 Mon Sep 17 00:00:00 2001 From: zhizhang Date: Tue, 29 Mar 2016 08:36:56 +0800 Subject: fix the key name for the dynamic item of avalable --- roles/os_zabbix/vars/template_openshift_master.yml | 4 ++-- 1 file 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: -- cgit v1.2.3