diff options
| author | Sten Turpin <stenwt@users.noreply.github.com> | 2015-10-08 15:25:19 -0500 | 
|---|---|---|
| committer | Sten Turpin <stenwt@users.noreply.github.com> | 2015-10-08 15:25:19 -0500 | 
| commit | 6b396e3d6e61b61ce55152a7b85ffcdcffdb5404 (patch) | |
| tree | 943ae536671319b24c00f5ff3e9a1d5ece02c3b1 /roles | |
| parent | 413b7a78f7f67aa31a1f9326c842cf7252751b2c (diff) | |
| parent | 1cc663daa7bc81d9fe54422711d43ad3a704f654 (diff) | |
| download | openshift-6b396e3d6e61b61ce55152a7b85ffcdcffdb5404.tar.gz openshift-6b396e3d6e61b61ce55152a7b85ffcdcffdb5404.tar.bz2 openshift-6b396e3d6e61b61ce55152a7b85ffcdcffdb5404.tar.xz openshift-6b396e3d6e61b61ce55152a7b85ffcdcffdb5404.zip | |
Merge pull request #676 from stenwt/sturpin-2015-10-08-ovs-monitor
fixed not equals syntax
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 2 | 
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 a49c7581a..cbbc79075 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/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 | 
