{"id":47356633,"url":"https://github.com/timothystewart6/unpoller-unifi","last_synced_at":"2026-06-26T01:02:41.161Z","repository":{"id":329853844,"uuid":"1120221761","full_name":"timothystewart6/unpoller-unifi","owner":"timothystewart6","description":"Docker Compose stack for monitoring UniFi networks with UnPoller, Prometheus, and Grafana.","archived":false,"fork":false,"pushed_at":"2026-05-21T16:44:21.000Z","size":64,"stargazers_count":126,"open_issues_count":1,"forks_count":23,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-22T01:35:11.958Z","etag":null,"topics":["alerting","compose","docker","dozzle","grafana","logging","metrics","monitoring","observability","prometheus","unifi","unpoller"],"latest_commit_sha":null,"homepage":"https://technotim.com/posts/unpoller-unifi-metrics/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timothystewart6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-20T18:33:59.000Z","updated_at":"2026-05-21T17:48:39.000Z","dependencies_parsed_at":"2026-04-01T07:00:56.436Z","dependency_job_id":null,"html_url":"https://github.com/timothystewart6/unpoller-unifi","commit_stats":null,"previous_names":["timothystewart6/unpoller-unifi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timothystewart6/unpoller-unifi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothystewart6%2Funpoller-unifi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothystewart6%2Funpoller-unifi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothystewart6%2Funpoller-unifi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothystewart6%2Funpoller-unifi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timothystewart6","download_url":"https://codeload.github.com/timothystewart6/unpoller-unifi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothystewart6%2Funpoller-unifi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34798184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerting","compose","docker","dozzle","grafana","logging","metrics","monitoring","observability","prometheus","unifi","unpoller"],"created_at":"2026-03-18T03:00:18.691Z","updated_at":"2026-06-26T01:02:41.123Z","avatar_url":"https://github.com/timothystewart6.png","language":null,"funding_links":[],"categories":["Monitoring \u0026 Metrics"],"sub_categories":["Prometheus \u0026 Grafana"],"readme":"# UniFi Network Monitoring Stack\n\nDocker Compose stack for monitoring UniFi networks with UnPoller, Prometheus, and Grafana.\n\n## Quick Start\n\n1. **Clone and configure**\n\n   ```bash\n   git clone https://github.com/timothystewart6/unpoller-unifi.git   \n   cd unpoller-UniFi\n   ```\n\n2. **Edit UniFi credentials**\n\n   Update `unpoller/.env` with your controller details, it's advised to create a dedicated local UniFi account that has read only access to your Network controller:\n\n   ```env\n    UP_UniFi_CONTROLLER_0_URL=https://192.168.10.1\n    UP_UniFi_CONTROLLER_0_USER=unpoller\n    UP_UniFi_CONTROLLER_0_PASS=password123\n    UP_UniFi_CONTROLLER_0_SITE=default\n   ```\n\n   Update Grafana admin credentials in `grafana/.env`:\n\n   ```env\n   GF_SECURITY_ADMIN_USER=admin\n   GF_SECURITY_ADMIN_PASSWORD=admin123\n   ```\n\n   Optionally update timezone in `dozzle/.env`, `grafana/.env`, `prometheus/.env`, `unpoller/.env`:\n\n   ```env\n   TZ=Your/Timezone\n   ```\n\n3. **Start the stack**\n\n   ```bash\n   docker-compose up -d\n   ```\n\n## Access\n\n| Service | URL |\n| ------- | --- |\n| Grafana | \u003chttp://localhost:3000\u003e |\n| Prometheus | \u003chttp://localhost:9090\u003e |\n| Dozzle (logs) | \u003chttp://localhost:8080\u003e |\n\n**Grafana default login**: admin/admin123 (change in `grafana/.env`)\n\n## What's Included\n\n- Pre-configured environment files for all services\n- Grafana dashboards for UniFi devices (Access Points, Switches, Gateway, Clients, DPI, Sites, PDU)\n- Prometheus data source auto-provisioned\n- Log viewer with Dozzle\n\n## Resources\n\n- **📖 Detailed Guide**: [UniFi Observability with UnPoller, Prometheus, and Grafana](https://technotim.com/posts/unpoller-unifi-metrics/)\n- **🎥 Video Tutorial**: [UniFi Observability Done Right (Unpoller + Grafana Walkthrough)](https://www.youtube.com/watch?v=cVCPKTHEnI8)\n\n## Troubleshooting\n\n- Check logs: `docker-compose logs [service-name]` or use Dozzle at \u003chttp://localhost:8080\u003e\n- Verify UniFi controller accessibility from Docker network\n- Ensure a local UniFi account has been created with read-only/view-only network controller access\n- For 429 errors, increase scrape interval in `prometheus/config/prometheus.yml`\n\n## Acknowledgments\n\nThis stack is built using these excellent open-source projects:\n\n- **[UnPoller](https://github.com/unpoller/unpoller)** - Polls UniFi controllers for device and client metrics\n- **[Prometheus](https://github.com/prometheus/prometheus)** - Systems monitoring and alerting toolkit\n- **[Grafana](https://github.com/grafana/grafana)** - Open source analytics and interactive visualization web application\n- **[Dozzle](https://github.com/amir20/dozzle)** - Real-time log viewer for Docker containers\n\nSpecial thanks to the maintainers and contributors of these projects for making UniFi network monitoring accessible and powerful.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothystewart6%2Funpoller-unifi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothystewart6%2Funpoller-unifi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothystewart6%2Funpoller-unifi/lists"}