summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/zabbix_setup/vars/template_master.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-08-21 17:44:30 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-08-27 09:35:19 -0400
commit3012985b20e44c0ca4f7cce5a70926f518ec19c5 (patch)
tree757de1c6a7a28303f950ca99c381075f20ef7ffa /playbooks/adhoc/zabbix_setup/vars/template_master.yml
parent2f5486c7174eeacdd52938442daa2ddfa6a8e277 (diff)
downloadopenshift-3012985b20e44c0ca4f7cce5a70926f518ec19c5.tar.gz
openshift-3012985b20e44c0ca4f7cce5a70926f518ec19c5.tar.bz2
openshift-3012985b20e44c0ca4f7cce5a70926f518ec19c5.tar.xz
openshift-3012985b20e44c0ca4f7cce5a70926f518ec19c5.zip
Updates for zbx ans module
Diffstat (limited to 'playbooks/adhoc/zabbix_setup/vars/template_master.yml')
-rw-r--r--playbooks/adhoc/zabbix_setup/vars/template_master.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/playbooks/adhoc/zabbix_setup/vars/template_master.yml b/playbooks/adhoc/zabbix_setup/vars/template_master.yml
deleted file mode 100644
index 5f9b41a4f..000000000
--- a/playbooks/adhoc/zabbix_setup/vars/template_master.yml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-g_template_master:
- params:
- name: Template Master
- host: Template Master
- groups:
- - groupid: 1 # FIXME (not real)
- output: extend
- search:
- name: Template Master
- zitems:
- - name: Master Etcd Ping
- hostid:
- key_: master.etcd.ping
- type: 2
- value_type: 0
- output: extend
- search:
- key_: master.etcd.ping
- ztriggers:
- - description: 'Master Etcd ping has failed on {HOST.NAME}'
- expression: '{Template Master:master.etcd.ping.last()}<>0'
- priority: 3
- searchWildcardsEnabled: True
- search:
- description: 'Master Etcd ping has failed on*'
- expandExpression: True