Skip to content

Commit 4131c32

Browse files
committed
Updated README
1 parent 8c0d679 commit 4131c32

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.rst

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ import a Zabbix v3.2 template into Zabbix v2.0.
88
The script works by applying conversion rules to a template, which manipulate
99
the 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:
6675
Coverage
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
7079
when 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

Comments
 (0)