summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix
diff options
context:
space:
mode:
authorMax Whittingham <mwhittingham@redhat.com>2015-10-05 11:41:25 -0500
committerMax Whittingham <mwhittingham@redhat.com>2015-10-05 11:41:25 -0500
commitb03679b3ce1a52cfcc1c356690165eafe9b7c313 (patch)
treef5452242ffad2f984e8de0fc2b911347e61325c0 /roles/os_zabbix
parente97fb3cb60863dc2733df71cdea3c2f3fb8ba76d (diff)
downloadopenshift-b03679b3ce1a52cfcc1c356690165eafe9b7c313.tar.gz
openshift-b03679b3ce1a52cfcc1c356690165eafe9b7c313.tar.bz2
openshift-b03679b3ce1a52cfcc1c356690165eafe9b7c313.tar.xz
openshift-b03679b3ce1a52cfcc1c356690165eafe9b7c313.zip
Changed trigger to only info alert if users is at 0
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index f82771d59..68f810fe0 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -36,7 +36,7 @@ g_template_openshift_master:
priority: high
- name: 'Number of users for Openshift Master on {HOST.NAME}'
- expression: '{Template Openshift Master:openshift.master.user.count.last(,3)}>0'
+ expression: '{Template Openshift Master:openshift.master.user.count.last()}=0'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_master.asciidoc'
priority: info