You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](#)
42
42
1. Fork this repository to you GitLab account or instance (e.g. `groupname/zabbix-review-export`)
43
43
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`)
44
44
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](#)),
47
47
6. Try to run manual job `YAML zabbix`
48
48
7. Create merge request `develop=>master` in `zabbix-yaml`. For first time you can merge without review, it's too hard :)
49
49
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!
51
51
52
52
### Notes
53
53
Use two different repositories for XML+JSON (raw-format) and readable YAML format:
0 commit comments