geerlingguy/internet-pi

Raspberry Pi config for all things Internet.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 14th, 2026
Created on April 4th, 2021
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 488
Total Stargazers: 4,712 (+0)
Total Subscribers: 72 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 hours
Mean response time: 8.0 days
90th percentile: 13.5 days
Tracked items: 45

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 300 days
Stale 30+ days: 2
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (37)
  • planned (2)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Internet Pi is an Ansible configuration project that automates the setup of a Raspberry Pi for Internet connectivity and monitoring tasks.

The project addresses the need to formalize and centralize Internet-related duties on a Raspberry Pi through infrastructure-as-code. It uses Ansible to deploy and configure multiple services on a single device. The core capabilities include Internet monitoring via Prometheus and Grafana with Speedtest.net integration to track connection uptime, ping statistics, and speed test results over time, and Pi-hole for network-wide ad-blocking and local DNS resolution. Additional optional features allow monitoring of Shelly Plug power usage, AirGradient air quality sensors, and Starlink statistics, each with corresponding Grafana dashboards.

The tool suits anyone running a Raspberry Pi for home network duties who wants to consolidate DNS, ad-blocking, and Internet performance monitoring into a single managed configuration. A Raspberry Pi 4 model B or later is recommended for reliable performance, particularly for speedtest capability on faster connections; older models have CPU and network interface limitations. The project is tested on Raspberry Pi OS in both 32-bit and 64-bit variants and generic Debian installations. Users should be aware that the Internet monitoring feature downloads significant data daily through speedtests, making it unsuitable for metered connections without tuning the test frequency.

The project maintains active development with regular updates to its Ansible playbooks and configuration templates. The maintainer actively develops related monitoring exporters that integrate with the project, including custom Prometheus exporters for Shelly Plug and AirGradient devices. Documentation includes example configurations and visual dashboards demonstrating the monitoring capabilities. The codebase is structured around a central configuration file that allows users to enable or disable features and customize monitoring parameters.