Explorar el Código

Changed trigger to only info alert if users is at 0

Max Whittingham hace 9 años
padre
commit
b03679b3ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/os_zabbix/vars/template_openshift_master.yml

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