From b661b6e035b867125ae4753b240208846fdf0ce6 Mon Sep 17 00:00:00 2001 From: Monday Date: Sat, 28 Oct 2023 06:43:35 +0000 Subject: [PATCH] add yaml file Signed-off-by: Monday --- zabbix.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zabbix.yaml diff --git a/zabbix.yaml b/zabbix.yaml new file mode 100644 index 0000000..b1bc42a --- /dev/null +++ b/zabbix.yaml @@ -0,0 +1,5 @@ +version_control: git +src_repo: https://git.zabbix.com/scm/zbx/zabbix.git +tag_prefix: +separator: "." +git_url: https://git.zabbix.com/scm/zbx/zabbix.git \ No newline at end of file -- Gitee