Skip to content

Commit 002ecca

Browse files
committed
fix readme
1 parent eae1377 commit 002ecca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Zabbix review and export (backup) can create review mechanism to zabbix configur
1313
- Installed [Python >=3.4](https://www.python.org/downloads/)
1414

1515

16-
If you want use [review](#make-review):
16+
If you want use [review (or Monitoring as Code](#make-review):
1717
- `git`
1818
- [GitLab](https://gitlab.com/) - you own instance with configured [GitLab CI](https://docs.gitlab.com/ee/ci/) or cloud account
1919

@@ -38,7 +38,7 @@ python ./zabbix-export.py --save-yaml --directory /home/username/path/to/zabbix-
3838
```
3939

4040
## Make review
41-
If you want to make review (read more on habr.com: [RU](#), [EN translated](#)), use this sequence:
41+
If you want to make review (Moniroting as Code). Read more on habr.com: [RU](#), [EN translated](#)
4242
1. Fork this repository to you GitLab account or instance (e.g. `groupname/zabbix-review-export`)
4343
2. Create repository where will be saved XML and YAML (e.g. two repository `groupname/zabbix-xml` and `groupname/zabbix-yaml`. And do first commit (create empty `README.md`)
4444
3. Create two branches in this repos: `master` and `develop`. In repository `groupname/zabbix-xml` set `develop` [default branch](https://docs.gitlab.com/ee/user/project/repository/branches/#default-branch).
@@ -47,7 +47,7 @@ If you want to make review (read more on habr.com: [RU](#), [EN translated](#)),
4747
6. Try to run manual job `YAML zabbix`
4848
7. Create merge request `develop=>master` in `zabbix-yaml`. For first time you can merge without review, it's too hard :)
4949
8. Configure [Schedule](https://docs.gitlab.com/ee/user/project/pipelines/schedules.html) (eg. every week)
50-
9. Change some host, template or other [supported objects](#supported-objects] in zabbix, run manual job and create merge request again. Enjoy!
50+
9. Change some host, template or other [supported objects](#supported-objects) in zabbix, run manual job and create merge request again. Enjoy!
5151

5252
### Notes
5353
Use two different repositories for XML+JSON (raw-format) and readable YAML format:

0 commit comments

Comments
 (0)