No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-11-21 13:26:21 -06:00
.github/ISSUE_TEMPLATE Update issue templates 2018-06-28 19:32:31 -04:00
.gitattributes :octocat: Added .gitattributes 2017-03-10 19:18:31 -05:00
.gitignore Switched to Using FTL 2017-06-10 07:34:05 -04:00
chronometer2.sh chronometer2.sh is now a dummy 2018-06-23 18:56:17 -04:00
padd.sh Tweaking script so that systems without thermal counts, like virtual machines, don't fail on temp. 2018-11-21 13:26:21 -06:00
README.md Updated Readme 2018-06-23 21:51:20 -04:00

PADD

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

PADD

Setup PADD

More in-depth information about setting up PADD can be found in this repos wiki.

  • Get a copy of PADD by running:
cd ~
wget -N https://raw.githubusercontent.com/jpmck/PADD/master/padd.sh
  • Make PADD executable by running
sudo chmod +x padd.sh
  • Set PADD to auto run by adding the following to the end of ~/.bashrc:
# Run PADD
# If were on the PiTFT screen (ssh is xterm)
if [ "$TERM" == "linux" ] ; then
  while :
  do
    ./padd.sh
    sleep 1
  done
fi
  • Reboot your Pi-Hole by running sudo reboot. PADD should now run when your Pi-Hole has completed booting.

Updating PADD

  • Just run
cd ~
wget -N https://raw.githubusercontent.com/jpmck/PADD/master/padd.sh

Note: if you are already running Chronometer2 v1.3.1 or below, youll need to follow these instructions!

FAQ

Answers to frequently asked questions can be found in this repos wiki.