Official resources, documentation, and community links for both Netcheck projects.
| Resource |
URL |
Description |
| GitHub Repository |
https://github.com/m1/netcheck |
Source code, issues, releases |
| Docker Images |
https://github.com/m1/netcheck/pkgs/container/netcheck |
Official GHCR container images |
| Helm Charts |
https://github.com/m1/netcheck/tree/main/charts |
Kubernetes Helm chart |
| Latest Release |
https://github.com/m1/netcheck/releases/latest |
Download binaries and release notes |
| v0.0.1 Release |
https://github.com/m1/netcheck/releases/tag/v0.0.1 |
First stable release (March 2024) |
| Resource |
URL |
Description |
| GitHub Repository |
https://github.com/TristanBrotherton/netcheck |
Source code, issues, discussions |
| Ask Ubuntu Thread |
https://askubuntu.com/questions/522505/script-to-monitor-internet-connection-stability |
Original community discussion |
| Super User Thread |
https://superuser.com/questions/38666/generating-usage-logs-that-prove-my-internet-connection-is-flaky |
Early usage and discussion |
| Resource |
Project |
Description |
| README.md |
m1/netcheck |
https://github.com/m1/netcheck#readme |
| README.md |
TristanBrotherton/netcheck |
https://github.com/TristanBrotherton/netcheck#readme |
| Helm Chart Values |
m1/netcheck |
https://github.com/m1/netcheck/tree/main/charts/netcheck |
| Image |
Architecture |
Tag |
Description |
ghcr.io/m1/netcheck:latest |
amd64, arm64 |
latest |
Latest stable release |
ghcr.io/m1/netcheck:v0.0.1 |
amd64, arm64 |
v0.0.1 |
Specific version (March 2024) |
¶ Pull Commands
# Latest version
docker pull ghcr.io/m1/netcheck:latest
# Specific version
docker pull ghcr.io/m1/netcheck:v0.0.1
# Run directly
docker run --rm ghcr.io/m1/netcheck:latest run --help
¶ Community and Support
| Platform |
URL |
Description |
| GitHub Issues (m1) |
https://github.com/m1/netcheck/issues |
Bug reports and feature requests |
| GitHub Issues (Tristan) |
https://github.com/TristanBrotherton/netcheck/issues |
Bug reports and feature requests |
| GitHub Discussions |
https://github.com/m1/netcheck/discussions |
Community discussions (m1) |
| Reddit r/selfhosted |
https://reddit.com/r/selfhosted |
Self-hosted tool discussions |
| Reddit r/homelab |
https://reddit.com/r/homelab |
Home lab monitoring discussions |
¶ Social and News
| Platform |
Description |
| Hacker News |
https://news.ycombinator.com — Search “netcheck” for discussions |
| Product Hunt |
https://www.producthunt.com — Occasionally featured |
| Dev.to |
https://dev.to — Community tutorials and guides |
| Tool |
URL |
Integration |
| Prometheus |
https://prometheus.io |
Metrics collection from netcheck |
| Grafana |
https://grafana.com |
Dashboard visualization |
| Alertmanager |
https://prometheus.io/docs/alerting/alertmanager/ |
Alert routing |
| PromQL Cheat Sheet |
https://promlabs.com/promql-cheat-sheet/ |
Query reference |
| Service |
Integration Method |
| Slack |
Webhook URLs (via Alertmanager or custom scripts) |
| Discord |
Webhook URLs (via Alertmanager or custom scripts) |
| Telegram |
Bot API (via Alertmanager or custom scripts) |
| Email |
SMTP (via Alertmanager or mail command) |
| PagerDuty |
Events API (via Alertmanager) |
| Pushover |
API (via Alertmanager or custom scripts) |
¶ Tutorials and Guides
| Title |
Source |
Description |
| “23 Free Network & Domain Monitoring Tools” |
medevel.com |
Includes netcheck comparison |
| “The 2025 Guide to Open Source Status Page Software” |
incidenthub.cloud |
Status page tool comparison |
| “Best Open Source Monitoring Tools in 2026” |
oneuptime.com |
Comprehensive monitoring guide |
| Platform |
Search Term |
| YouTube |
“netcheck monitoring”, “netcheck prometheus” |
| PeerTube |
“netcheck self-hosted” |
| Tool |
Documentation |
| Uptime Kuma |
Full-featured monitoring with UI |
| Cachet |
Enterprise status page platform |
| Gatus |
Configuration-as-code health dashboard |
| Vigil |
High-performance Rust monitoring |
| Statping-ng |
Go-based status page |
¶ Download and Binaries
| Version |
Platform |
Download |
| v0.0.1 |
Linux amd64 |
https://github.com/m1/netcheck/releases/download/v0.0.1/netcheck-linux-amd64 |
| v0.0.1 |
Linux arm64 |
https://github.com/m1/netcheck/releases/download/v0.0.1/netcheck-linux-arm64 |
| v0.0.1 |
macOS amd64 |
https://github.com/m1/netcheck/releases/download/v0.0.1/netcheck-darwin-amd64 |
| v0.0.1 |
macOS arm64 |
https://github.com/m1/netcheck/releases/download/v0.0.1/netcheck-darwin-arm64 |
¶ Installation Commands
# Linux amd64
curl -LO https://github.com/m1/netcheck/releases/latest/download/netcheck-linux-amd64
chmod +x netcheck-linux-amd64
sudo mv netcheck-linux-amd64 /usr/local/bin/netcheck
# macOS (Homebrew) - if available
# brew install netcheck # Check if formula exists
| Project |
License |
Details |
| m1/netcheck |
GPL-3.0 |
https://github.com/m1/netcheck/blob/main/LICENSE |
| TristanBrotherton/netcheck |
MIT |
https://github.com/TristanBrotherton/netcheck/blob/master/LICENSE |
| Project |
Security Policy |
| m1/netcheck |
https://github.com/m1/netcheck/security |
| TristanBrotherton/netcheck |
https://github.com/TristanBrotherton/netcheck/security |
Report security issues via GitHub’s private vulnerability reporting or direct email to maintainers.
¶ Archive and Historical References
| Resource |
Description |
| Internet Archive |
https://archive.org — Historical snapshots of project pages |
| GitHub Archive |
https://githubarchive.org — Historical GitHub data |
Any questions?
Feel free to contact us. Find all contact information on our contact page.