From d0a8d852b0c2dba6af5500deae99f4ae38599fb3 Mon Sep 17 00:00:00 2001 From: Matt Woodson Date: Tue, 17 Nov 2015 11:16:29 -0500 Subject: updated my check to support the boolean data type --- roles/os_zabbix/vars/template_openshift_master.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3