Skip to content

Generate statistics from Unbound Docker container and send them to a receiver by MQTT.

Notifications You must be signed in to change notification settings

qaldak/unbound-statistics-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unbound-statistics-publisher

Python unit tests

Description

Collects metrics from an Unbound Docker container and sends them to a receiver using MQTT (via Eclipse Mosquitto Docker container).

Getting started

Execute

Command line

python3 -m src.main <IP Address Receiver> [--no-reset] [--debug]

optional parameter:

  • "--no-reset" ("-nr") avoid to reset unbound statistics
  • "--debug" set loglevel to DEBUG

Cronjob

05 0 * * * cd <PATH> ; python3 -m src.main <IP Address> [--no-reset] [--debug]

Requirements

Links

Pyhton libraries

Tools

Docker images

there are much more Docker images for the same purpose. These here I used for this project:

Contribute

Contributions are welcome!

Licence

Unless otherwise specified, all code is released under the MIT License (MIT).
for used or linked components the respective license terms apply.

About

Generate statistics from Unbound Docker container and send them to a receiver by MQTT.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages