Pimon

Pi-Hole terminal monitoring tool

Example

Example gif

Features

Usage

For convenience you may want to alias pimon to point at a particular config e.g. pimon -c $HOME/.config/pimon/pimon.json.

Keybindings:

Installation

CLI options

``` pimon

USAGE: pimon [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -c, --config-file-path Path to configuration file [default: pimon.json] ```

Configuration

json { "servers": [ { "name": "Example 1", "host": "http://192.168.1.1", "api_key": "0123456789abcedf0123456789abcedf0123456789abcedf0123456789abcedf" }, { "name": "Example 2", "host": "http://192.168.0.42" } ], "update_delay": 5000 }