From 174c4d6f6b59290f06e9b6bfd050a81994ea4100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Wed, 9 Mar 2022 02:07:35 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 520d8a4..09b63a1 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ zabbix-agent-extensions A set of zabbix UserParameter scripts and production ready monitoring templates for linux systems. * this project ist originated on: https://github.com/scoopex/zabbix-agent-extensions - * this project is published at zabbix share: https://share.zabbix.com/operating-systems/zabbix-agent-extensions - * the ci is located at: https://travis-ci.org/scoopex/zabbix-agent-extensions + * the ci is implmented with github actions * docker images of a zabbix agent can be obtained at https://hub.docker.com/repository/docker/scoopex666/zabbix-agent-with-agent-extensions # Monitoring details From bade2b9e34a0b8e518c1a8964c5cdea40be7bcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Wed, 9 Mar 2022 02:09:35 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 09b63a1..7d32b5f 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ zabbix-agent-extensions ======================= +[![Build package and test](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/continuous-integration-workflow.yml/badge.svg)](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/continuous-integration-workflow.yml) +[![Releases](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/release.yml/badge.svg)](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/release.yml) + # Overview A set of zabbix UserParameter scripts and production ready monitoring templates for linux systems. From 325299054cd08e30782deb9bb1672367824b4704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Wed, 9 Mar 2022 02:10:30 +0100 Subject: [PATCH 3/4] Update release.yml --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2716c62..950396b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,6 @@ name: Releases on: push: - branches: - - master tags: - '*' From eeabc5bdee02e48d4f92a469e94ad6f211893b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Fri, 11 Mar 2022 08:33:37 +0100 Subject: [PATCH 4/4] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 950396b..abe3051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - ref: refs/heads/master - name: Setup run: | sudo apt-get install ruby-dev build-essential debhelper devscripts rpm xalan wget -y