Skip to content

Chronometer to PADD #1209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/main/pihole-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pi-hole makes use of many commands, and here we will break down those required t
| [Log Flush](#log-flush) | `pihole flush` |
| [Reconfigure](#reconfigure) | `pihole reconfigure` |
| [Tail](#tail) | `pihole tail` |
| [PADD](#padd) | `pihole padd` |
| [Set password](#password) | `pihole setpassword` |
| [Gravity](#gravity) | `pihole updateGravity` |
| [Logging](#logging) | `pihole logging` |
Expand Down Expand Up @@ -102,6 +103,16 @@ There are times where the administrator will need to repair or reconfigure the P

Since Pi-hole will log DNS queries by default, using this command to watch the log in real-time can be useful for debugging a problematic site, or even just for sheer curiosities sake.

### PADD

| | |
| -------------- | -------------- |
| Help Command | `pihole -c --help` or `padd --help` |
| Script Location | [`/usr/local/bin/padd`](https://github.com/pi-hole/PADD/blob/master/padd.sh) |
| Example Usage | [`pihole -c`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#chronometer) or just `padd`|

PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that was included with Pi-Hole. PADD provides in-depth information about your Pi-hole.

### Gravity

| | |
Expand Down