summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/tasks/main.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-10-08 15:18:05 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-10-08 15:19:32 -0400
commite5f0b4944a434a51ae9b460d60a0e00a626158e6 (patch)
tree015c079d7e44413e5da73e24b8c4f2548030e5ec /roles/os_zabbix/tasks/main.yml
parentdf3e90a557af6d3221116f30c677af69aaefcfc5 (diff)
downloadopenshift-e5f0b4944a434a51ae9b460d60a0e00a626158e6.tar.gz
openshift-e5f0b4944a434a51ae9b460d60a0e00a626158e6.tar.bz2
openshift-e5f0b4944a434a51ae9b460d60a0e00a626158e6.tar.xz
openshift-e5f0b4944a434a51ae9b460d60a0e00a626158e6.zip
Adding zabbix agent template
Diffstat (limited to 'roles/os_zabbix/tasks/main.yml')
-rw-r--r--roles/os_zabbix/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/os_zabbix/tasks/main.yml b/roles/os_zabbix/tasks/main.yml
index e083296c0..a503b24d7 100644
--- a/roles/os_zabbix/tasks/main.yml
+++ b/roles/os_zabbix/tasks/main.yml
@@ -14,6 +14,7 @@
- include_vars: template_openshift_node.yml
- include_vars: template_ops_tools.yml
- include_vars: template_app_zabbix_server.yml
+- include_vars: template_app_zabbix_agent.yml
- name: Include Template Heartbeat
include: ../../lib_zabbix/tasks/create_template.yml
@@ -70,3 +71,11 @@
server: "{{ ozb_server }}"
user: "{{ ozb_user }}"
password: "{{ ozb_password }}"
+
+- name: Include Template App Zabbix Agent
+ include: ../../lib_zabbix/tasks/create_template.yml
+ vars:
+ template: "{{ g_template_app_zabbix_agent }}"
+ server: "{{ ozb_server }}"
+ user: "{{ ozb_user }}"
+ password: "{{ ozb_password }}"