summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-11-17 11:16:29 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-11-17 11:16:29 -0500
commitd0a8d852b0c2dba6af5500deae99f4ae38599fb3 (patch)
tree390171356231fa1cfd6c9e316a1e12322f685629 /roles/os_zabbix
parent9abce4c8c8f40fa6b4bfdea6b5cffc6442249435 (diff)
downloadopenshift-d0a8d852b0c2dba6af5500deae99f4ae38599fb3.tar.gz
openshift-d0a8d852b0c2dba6af5500deae99f4ae38599fb3.tar.bz2
openshift-d0a8d852b0c2dba6af5500deae99f4ae38599fb3.tar.xz
openshift-d0a8d852b0c2dba6af5500deae99f4ae38599fb3.zip
updated my check to support the boolean data type
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index aaf5b9445..ee007eb89 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -15,7 +15,8 @@ g_template_openshift_master:
- key: openshift.master.api.healthz
description: "Checks the healthz check of the master's api: https://master_host/healthz"
- type: bool
+ type: int
+ data_type: bool
applications:
- Openshift Master