summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/README.md
blob: ac3dc28339b694e1ba8598cced6366afdb0a0e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
os_zabbix
=========

Automate zabbix tasks.

Requirements
------------

This requires the openshift_tools rpm be installed for the zbxapi.py library.  It can be found here: https://github.com/openshift/openshift-tools under openshift_tools/monitoring/zbxapi.py for now.

Role Variables
--------------

zab_server
zab_username
zab_password

Dependencies
------------

This depeonds on the zbxapi.py library located here: https://github.com/openshift/openshift-tools under openshift_tools/monitoring/zbxapi.py for now.

Example Playbook
----------------

  - zbx_host:
      server: zab_server
      user: zab_user
      password: zab_password
      name: 'myhost'

License
-------

ASL 2.0

Author Information
------------------

OpenShift operations, Red Hat, Inc