From de372c0fbf5e025ad740e21dae4e28180712ce90 Mon Sep 17 00:00:00 2001 From: --local Date: Wed, 30 Aug 2023 21:28:25 +0200 Subject: [PATCH] refactor: README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6b4911..178a823 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # unbound-statistics-publisher + [![Python unit tests](https://github.com/qaldak/unbound-statistics-publisher/actions/workflows/python-tests.yml/badge.svg)](https://github.com/qaldak/unbound-statistics-publisher/actions/workflows/python-tests.yml) ## Description -Collects metrics from an Unbound Docker container and sends them to a receiver using another Docker container (e.g. via -Eclipse Mosquitto to an MQTT message broker). +Collects metrics from an Unbound Docker container and sends them to a receiver using MQTT (via Eclipse Mosquitto Docker +container). ## Getting started @@ -44,7 +45,7 @@ optional parameter: there are much more Docker images for the same purpose. These here I used for this project:
* [eclipse mosquito](https://hub.docker.com/_/eclipse-mosquitto) by the Eclipse Foundation -* [Unbound DNS Server Deocker Image](https://hub.docker.com/r/mvance/unbound) by Matthew Vance +* [Unbound DNS Server Docker Image](https://hub.docker.com/r/mvance/unbound) by Matthew Vance ## Contribute