maxi07 / PiHole-Monitoring

A Python script to monitor the latest block on an LCD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiHole-Monitoring

A Python script to monitor the latest block on a lcd display. The first number represents the dns queries from the last 24h, the seconds the total blocked queries from the last 24h.

Installation

To install clone this repository and run

sudo ./install.sh

The device will reboot after completed.

Wiring / LCD Display

The script was developed for a 16x2 I2C display, which can be found for cheap on Amazon.com. For wiring setup, please check the wiki.

Run

To run the script, execute

python3 piholeMonitoring.py

Options

To print all available options, use

python3 piholeMonitoring.py --help

About

A Python script to monitor the latest block on an LCD.


Languages

Language:Python 93.5%Language:Shell 6.5%