diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-11-17 11:17:15 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-11-17 11:17:15 -0500 |
commit | 6b9e41faa8bfa9da3df18f390c42ff9c740c9a09 (patch) | |
tree | e02dd2d2c303c09210f89cdb0e8473a072b139cc | |
parent | 426aa0a1613bdfc5547abde43ab1130ba027126e (diff) | |
parent | d0a8d852b0c2dba6af5500deae99f4ae38599fb3 (diff) | |
download | openshift-6b9e41faa8bfa9da3df18f390c42ff9c740c9a09.tar.gz openshift-6b9e41faa8bfa9da3df18f390c42ff9c740c9a09.tar.bz2 openshift-6b9e41faa8bfa9da3df18f390c42ff9c740c9a09.tar.xz openshift-6b9e41faa8bfa9da3df18f390c42ff9c740c9a09.zip |
Merge pull request #917 from mwoodson/master_checks
updated my check to support the boolean data type
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 3 |
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 |