summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/zabbix_setup/vars/template_host.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_host.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_host.yml')
-rw-r--r--playbooks/adhoc/zabbix_setup/vars/template_host.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/playbooks/adhoc/zabbix_setup/vars/template_host.yml b/playbooks/adhoc/zabbix_setup/vars/template_host.yml
deleted file mode 100644
index e7cc667cb..000000000
--- a/playbooks/adhoc/zabbix_setup/vars/template_host.yml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-g_template_host:
- params:
- name: Template Host
- host: Template Host
- groups:
- - groupid: 1 # FIXME (not real)
- output: extend
- search:
- name: Template Host
- zitems:
- - name: Host Ping
- hostid:
- key_: host.ping
- type: 2
- value_type: 0
- output: extend
- search:
- key_: host.ping
- ztriggers:
- - description: 'Host ping has failed on {HOST.NAME}'
- expression: '{Template Host:host.ping.last()}<>0'
- priority: 3
- searchWildcardsEnabled: True
- search:
- description: 'Host ping has failed on*'
- expandExpression: True