Jeff Geerling

Results 1857 comments of Jeff Geerling

Testing it on one of my Pis with eMMC boot and an NVMe drive: ``` pi@dvr:~/rpi-clone $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT mmcblk0 179:0 0 14.6G 0...

That should be configured in this line: https://github.com/geerlingguy/internet-pi/blob/962db0dc964861bea449ec787c7f27d38f180fd9/internet-monitoring/docker-compose.yml#L22 (90 days by default...?).

@barcampb - That usually means the version of Ansible you're running is too old. Can you try uninstalling it how you installed it, and install via `pip` (e.g. `pip3 install...

As a quick note, the default setup still requires port names, but at least I can now visit like `pihole.geerli.net/admin` and then `grafana.geerli.net:3030`. Everything kinda 'just worked' after setting things...

Grafana is running locally and there's a default admin account so that people on your local network can't get in and access statistics without authentication. Please see the docs here:...

See: https://github.com/grafana/grafana/issues/47676

I would also like to make it so you could backup the Prometheus data as well, from the configured Docker volume.

You could update your Pi-Hole's upstream DNS configuration to use Google or another provider: https://docs.pi-hole.net/guides/dns/upstream-dns-providers/

My plan is to have this run as another Ansible playbook—most likely... though I might be okay with going with a shell script as long as it remains nice and...

I'm guessing the latest version of Grafana needs an update to the dashboard. I'll mark this as a bug and investigate later if I can, then export the updated version...