Skip to content

Commit

Permalink
refactor: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qaldak committed Aug 30, 2023
1 parent d6e3ab9 commit de372c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -44,7 +45,7 @@ optional parameter:
there are much more Docker images for the same purpose. These here I used for this project:<br>

* [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

Expand Down

0 comments on commit de372c0

Please sign in to comment.