summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars/template_host.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-08-31 14:21:01 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-08-31 14:21:01 -0400
commit2f9e5e2f6f76192a9ea0ccc687fcc7b8b16706a6 (patch)
tree724cceae135c9e966ad32cf5443dad16fca5a778 /roles/os_zabbix/vars/template_host.yml
parentbac81adf9d7036e02db457eb78d5d91c3d630cd9 (diff)
parent1f52ea8c4e2f8cfce51e98cb3614c61f0d78ec3e (diff)
downloadopenshift-2f9e5e2f6f76192a9ea0ccc687fcc7b8b16706a6.tar.gz
openshift-2f9e5e2f6f76192a9ea0ccc687fcc7b8b16706a6.tar.bz2
openshift-2f9e5e2f6f76192a9ea0ccc687fcc7b8b16706a6.tar.xz
openshift-2f9e5e2f6f76192a9ea0ccc687fcc7b8b16706a6.zip
Merge pull request #539 from twiest/pr
added docker zabbix template, removed unused / old templates so they don't confuse other people.
Diffstat (limited to 'roles/os_zabbix/vars/template_host.yml')
-rw-r--r--roles/os_zabbix/vars/template_host.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/roles/os_zabbix/vars/template_host.yml b/roles/os_zabbix/vars/template_host.yml
deleted file mode 100644
index e7cc667cb..000000000
--- a/roles/os_zabbix/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