@@ -8,8 +8,17 @@ import a Zabbix v3.2 template into Zabbix v2.0.
88The script works by applying conversion rules to a template, which manipulate
99the template XML to match the desired Zabbix version template format.
1010
11- __WARNING__: This project is still under active development and not ready for
12- release.
11+ Installation
12+ ------------
13+
14+ Install the Python script to ``/usr/local/bin `` with pip:
15+
16+ .. code-block :: shell
17+
18+ $ pip install zabbix-template-converter
19+
20+ Usage
21+ -----
1322
1423.. code-block :: shell
1524
@@ -66,22 +75,11 @@ Becomes:
6675Coverage
6776--------
6877
69- This project relies heavily on the community to report incompatability problems
78+ This project relies heavily on the community to report incompatibility problems
7079when importing templates.
7180
72- __Please raise an issue__ if you find a template that won' t import after being
81+ **Please raise an issue** if you find a template that won' t import after being
7382 converted. Be sure to include the error messages and template file.
7483
75- Over time, as conversion rules are added, the script should become more comprehensive, and more reliable.
76-
77-
78- Installation
79- ------------
80-
81- Copy the script file to your bin directory and add the executable flag:
82-
83- .. code-block :: shell
84-
85- $ curl -Lo /bin/zabbix-template-convertor \
86- https://raw.githubusercontent.com/cavaliercoder/zabbix-template-convertor/master/zabbix-template-convertor
87- $ chmod +x /bin/zabbix-template-convertor
84+ Over time, as conversion rules are added, the script should become more
85+ comprehensive, and more reliable.
0 commit comments