diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-12-03 16:43:30 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-12-03 16:43:30 -0500 |
commit | 7e51e686092f553f0c164e4246ece3175e6af01b (patch) | |
tree | 44cb53b8000a14db6f401af1782049ae4ebc818e | |
parent | 64d40b71f3b52b69999831a7d6e13916ec5ad1cd (diff) | |
download | openshift-7e51e686092f553f0c164e4246ece3175e6af01b.tar.gz openshift-7e51e686092f553f0c164e4246ece3175e6af01b.tar.bz2 openshift-7e51e686092f553f0c164e4246ece3175e6af01b.tar.xz openshift-7e51e686092f553f0c164e4246ece3175e6af01b.zip |
added the pv zabbix keys
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index 6972ac877..522e6bbe1 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -68,6 +68,36 @@ g_template_openshift_master: applications: - Openshift Master + - key: openshift.master.pv.total.count + description: Total number of Persistent Volumes in the Openshift Cluster + type: int + applications: + - Openshift Master + + - key: openshift.master.pv.available.count + description: Total number of Available Persistent Volumes in the Openshift Cluster + type: int + applications: + - Openshift Master + + - key: openshift.master.pv.released.count + description: Total number of Released Persistent Volumes in the Openshift Cluster + type: int + applications: + - Openshift Master + + - key: openshift.master.pv.bound.count + description: Total number of Bound Persistent Volumes in the Openshift Cluster + type: int + applications: + - Openshift Master + + - key: openshift.master.pv.failed.count + description: Total number of Failed Persistent Volumes in the Openshift Cluster + type: int + applications: + - Openshift Master + - key: openshift.master.etcd.create.success description: Show number of successful create actions type: int |