summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorZhiming Zhang <zhizhang@use-tower1.ops.rhcloud.com>2016-03-22 22:40:02 -0400
committerZhiming Zhang <zhizhang@use-tower1.ops.rhcloud.com>2016-03-22 22:40:02 -0400
commita25d184021d72dfd3021f6bd59c4b510f05fb98f (patch)
treeeca601756c93eef3009bbd4814c7320d535e0015 /roles
parenta6cdc712749f58dacf1dfeddb5a747987d582b9c (diff)
downloadopenshift-a25d184021d72dfd3021f6bd59c4b510f05fb98f.tar.gz
openshift-a25d184021d72dfd3021f6bd59c4b510f05fb98f.tar.bz2
openshift-a25d184021d72dfd3021f6bd59c4b510f05fb98f.tar.xz
openshift-a25d184021d72dfd3021f6bd59c4b510f05fb98f.zip
add the total and available space item
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index 875c90df4..e766d5324 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -93,6 +93,18 @@ g_template_openshift_master:
applications:
- Openshift Master
+ - key: openshift.master.pv.space.total
+ description: Shows the total space of pv
+ value_type: int
+ applications:
+ - Openshift Master
+
+ - key: openshift.master.pv.space.availble
+ description: Shows the available space of pv
+ value_type: int
+ applications:
+ - Openshift Master
+
- key: openshift.master.pv.total.count
description: Total number of Persistent Volumes in the Openshift Cluster
value_type: int