소스 검색

fixed not equals syntax

Sten Turpin 9 년 전
부모
커밋
1cc663daa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/os_zabbix/vars/template_openshift_master.yml

+ 1 - 1
roles/os_zabbix/vars/template_openshift_master.yml

@@ -59,7 +59,7 @@ g_template_openshift_master:
     priority: info
 
   - name: 'OVS may not be running on {HOST.NAME}'
-    expression: '{Template Openshift Master:openshift.master.ovs.pids.count.last()}!=4'
+    expression: '{Template Openshift Master:openshift.master.ovs.pids.count.last()}<>4'
     url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_master.asciidoc'
     priority: high