diff options
author | Matt Woodson <mwoodson@gmail.com> | 2015-11-17 12:09:54 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@gmail.com> | 2015-11-17 12:09:54 -0500 |
commit | b0e7bbff4fa6876815dd82ab9d1c37129749b680 (patch) | |
tree | c7881728b68126741c9c11861ee307fff987b448 /roles/os_zabbix | |
parent | 4729ff527762cc0b48c6a49eede59484cd143297 (diff) | |
parent | 1edf56541040bedf444ed8242095f331f54abaa0 (diff) | |
download | openshift-b0e7bbff4fa6876815dd82ab9d1c37129749b680.tar.gz openshift-b0e7bbff4fa6876815dd82ab9d1c37129749b680.tar.bz2 openshift-b0e7bbff4fa6876815dd82ab9d1c37129749b680.tar.xz openshift-b0e7bbff4fa6876815dd82ab9d1c37129749b680.zip |
Merge pull request #920 from mwoodson/master_checks
changed counter -> count in maser items
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index ee007eb89..174486e15 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -44,7 +44,7 @@ g_template_openshift_master: applications: - Openshift Master - - key: openshift.project.counter + - key: openshift.project.count description: Shows number of projects on a cluster type: int applications: @@ -149,7 +149,7 @@ g_template_openshift_master: priority: info - name: 'There are no projects running on {HOST.NAME}' - expression: '{Template Openshift Master:openshift.project.counter.last()}=0' + expression: '{Template Openshift Master:openshift.project.count.last()}=0' url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_master.asciidoc' priority: info |