From 5235b2af951e235cd97f8d70ef873f57d7ffb18e Mon Sep 17 00:00:00 2001 From: dresi Date: Thu, 11 Jun 2026 10:28:16 +0200 Subject: [PATCH] feat: rename telegraf-snmp to telegraf-snmp-unifi --- .../{telegraf-snmp.yaml => telegraf-snmp-unifi.yaml} | 12 ++++++------ README.md | 7 +++++++ {telegraf-snmp => telegraf-snmp-unifi}/Dockerfile | 0 3 files changed, 13 insertions(+), 6 deletions(-) rename .gitea/workflows/{telegraf-snmp.yaml => telegraf-snmp-unifi.yaml} (88%) rename {telegraf-snmp => telegraf-snmp-unifi}/Dockerfile (100%) diff --git a/.gitea/workflows/telegraf-snmp.yaml b/.gitea/workflows/telegraf-snmp-unifi.yaml similarity index 88% rename from .gitea/workflows/telegraf-snmp.yaml rename to .gitea/workflows/telegraf-snmp-unifi.yaml index 4535837..2bd2f18 100644 --- a/.gitea/workflows/telegraf-snmp.yaml +++ b/.gitea/workflows/telegraf-snmp-unifi.yaml @@ -1,18 +1,18 @@ -name: Build and push telegraf-snmp image -run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp image +name: Build and push telegraf-snmp-unifi image +run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp-unifi image on: push: branches: - main - 'feat/**' paths: - - 'telegraf-snmp/**' - - '.gitea/workflows/telegraf-snmp.yaml' + - 'telegraf-snmp-unifi/**' + - '.gitea/workflows/telegraf-snmp-unifi.yaml' tags: - 'v*' env: - RESULT_IMAGE_NAME: tools/telegraf-snmp + RESULT_IMAGE_NAME: tools/telegraf-snmp-unifi jobs: build-and-push-image: @@ -62,7 +62,7 @@ jobs: - name: Build and push image uses: docker/build-push-action@v6 with: - context: telegraf-snmp + context: telegraf-snmp-unifi platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.tags.outputs.value }} diff --git a/README.md b/README.md index 0fc5cec..7ca79e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # container-images +## Images + +| Image | Beschreibung | +|---|---| +| `tools/telegraf-snmp-unifi` | Telegraf mit UniFi SNMP MIBs | +| `tools/rsyncd` | rsync Daemon | + ## CI Workflows | Trigger | Tags gebaut | diff --git a/telegraf-snmp/Dockerfile b/telegraf-snmp-unifi/Dockerfile similarity index 100% rename from telegraf-snmp/Dockerfile rename to telegraf-snmp-unifi/Dockerfile