blob: 69debc698a94c5b389707be54abd685b4f377075 (
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
|
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
--------------
None
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
|