소스 검색

Merge pull request #917 from mwoodson/master_checks

updated my check to support the boolean data type
Kenny Woodson 9 년 전
부모
커밋
6b9e41faa8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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