Browse Source

updated my check to support the boolean data type

Matt Woodson 9 years ago
parent
commit
d0a8d852b0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      roles/os_zabbix/vars/template_openshift_master.yml

+ 2 - 1
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